运行结果尺寸: 300 x 150
x
 
<!DOCTYPE html>
<html>
<body>
<h2>禁用拼写检查</h2>
<form action="/action_page.php">
  <p>Your Name:</p>
  <input type="text" name="fname" spellcheck="false">
  
  <p>Your Story:</p>
  <textarea name="story" spellcheck="false"></textarea><br>
  <input type="submit">
</form>
<p>尝试在输入框和文本区域内输入不正确的单词。 删除拼写检查属性并重试以查看差异。</p>
</body>
</html>
×

报个问题: