相比于修改页面的重置,可能大家用的更多的是一个空页面的重置功能,修改页面的重置功能则是需要初始化为刚进入时候的值,我们可以用下面的方法试试
<input type="button" value="重置" onclick="this.form.reset()">
或者
<input class="btn btn-primary radius" type="button" ONCLICK="this.form.reset()" value="重置">
即调用form的reset方法