在html中禁用自动完成
时间:2014-05-07 03:39:05
收藏:0
阅读:324
输入框输入内容时总是显示历史输入历史记录,现禁用的方法是添加一个属性:
<input type="text name="txt_xm" autocomplete="off">
评论(0)
<input type="text name="txt_xm" autocomplete="off">