清除输入框缓存数据 如果不想让浏览器缓存input的值,有2种方法: 方法一: <input type="text" autocomplete="off" name="test" /> 方法二: < ...