
input添加 spellcheck="false"
<input type="text" spellcheck="false">
本文介绍了一种在HTML输入框中禁用拼写检查的方法,通过添加spellcheck属性并设置为false,可以避免浏览器自动进行拼写建议,适用于需要纯文本输入的场景。

input添加 spellcheck="false"
<input type="text" spellcheck="false">
848

被折叠的 条评论
为什么被折叠?