Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
テキストエリアに C# コードが含まれているため、あちこちに赤い下線が表示されます。html コードでテキストエリアの自動修正を無効にする方法はありますか?
感謝
spellcheck="false"OS がテキスト コンテンツに干渉するのを避けるために、テキスト入力に追加する必要がある可能性がある iOS (おそらく Android も)以外の属性が 2 つあります。
spellcheck="false"
autocorrect="off"
autocapitalize="off"
book
Book