摘要: 在输入input时会提示原来输入过的内容,还会出现下拉的历史记录,禁止这种情况只需在input中加入:autocomplete=“off” <input type="text" autocomplete="off" /> autocomplete 属性是用来规定输入字段是否启用自动完成的功能。 补充 阅读全文
posted @ 2020-05-25 09:47 LBO.net 阅读(786) 评论(0) 推荐(0)
//返回顶部