代码编辑器:
x
1
2
<meta charset="utf-8">
3
<form action="/dy/html/getpost" novalidate>
4
E-mail: <input type="email" name="user_email">
5
<input type="submit">
6
</form>
7
8
<p><strong>注意:</strong>在 Safari 和 Internet Explorer 9 及之前的版本中不支持 novalidate 属性</p>
9