<input type="reset"> 重置按鈕 可以把輸入框的改動復原
示例 1 :
重置按鈕
<form action="/study/login.jsp"> 賬號:<input type="text" name="name"> <br/> 密碼:<input type="password" name="password" > <br/> <input type="submit" value="提交"> <input type="reset" value="重置"> </form>

<input type="reset"> 重置按鈕 可以把輸入框的改動復原
示例 1 :
<form action="/study/login.jsp"> 賬號:<input type="text" name="name"> <br/> 密碼:<input type="password" name="password" > <br/> <input type="submit" value="提交"> <input type="reset" value="重置"> </form>

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。