#HTML#重置按鈕_學習札記

0.<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>

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章