摘要: const urlReg = /^(?:http(s)?:\/\/)?[\w.-]+(?:\.[\w\.-]+)+[\w\-\._~:/?#[\]@!\$&'\*\+,;=.]+$/; // 网址校验正则 const phoneReg = /^[1][3|4|5|6|7|8|9][0-9]{9}$/ 阅读全文
posted @ 2020-06-08 16:46 秋风2016 阅读(239) 评论(0) 推荐(0) 编辑