标签: node.js express
我注意到express对表单中的电子邮件进行了某种验证。可以删除它,还是用于其他输入类型?见图。
http://i.stack.imgur.com/mgq2K.png
答案 0 :(得分:2)
这是html,不具体表达。您可以使用<input type="text">代替<input type="email">。
<input type="text">
<input type="email">
另请阅读:http://html5doctor.com/html5-forms-input-types/