layui 表单
1.表单自带校验
lay-verify:是表单验证的关键字
有以下值供选择:
required (必填项)
phone(手机号)
email(邮箱)
url(网址)
number(数字)
date(日期)
identity(身份证)
自定义值
同时支持多条规则的验证:
格式:lay-verify=”验证A|验证B”
如:lay-verify=”required|phone|number”
另一种写法:https://www.cnblogs.com/a973692898/p/11683733.html(正则表达式)
我自己写了一个全套的layui注册页面,有兴趣的可以瞅瞅:https://www.cnblogs.com/a973692898/p/11713850.html
layui官方示例:https://www.layui.com/demo/form.html