HTML - 如何禁用TEXTAREA中的自动文本更正?
问题描述:
我的textarea包含C#代码,所以我得到红色下划线遍布各地,有没有什么办法可以禁用HTML代码中的TEXTAREA自动更正?
My textarea contains C# code, so i get red underlines all over the place, is there any way to disable auto correction on a TEXTAREA in html code?
谢谢
答
我相信您可能正在寻找< textarea spellcheck =false>< / textarea>
I believe you may be looking for <textarea spellcheck="false"></textarea>
来源 https://developer.mozilla.org/en/controlling_spell_checking_in_html_forms