控件 重置

重置是让页面回到初始状态,关键就是如果某个文本框中有值,那么点重置是不能清空的。

<input name="重置" type="reset"  value="重置" />
<input type="reset" style="background:url(背景图片路径);" name="reset" value="">
原文地址:https://www.cnblogs.com/LifeKingcn/p/2790821.html