1. 程式人生 > >直接在input輸入框中獲取時間的簡易寫法

直接在input輸入框中獲取時間的簡易寫法

<input type="text" name="fabushi" size="60" value="<%=new SimpleDateFormat("yyyy-MM-dd HH:mm").format(new Date()) %>"/>