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.
我正在使用以下 HTML5 代码,
<form action="demo_form.asp"> E-mail: <input type="email" name="email"><br> <input type="submit"> </form>
当用户使用无效的电子邮件地址提交表单时,用户会收到错误消息“请输入电子邮件地址”。我需要用其他语言展示它。有什么方法可以在不使用 JavaScript的情况下更改消息?