摘要: 正则 常见规则 匹配中文字符的正则表达式: [\u4e00-\u9fa5] 匹配双字节字符(包括汉字在内): [^x00-xff] 匹配中文,英文字母和数字及_: ^[\u4e00-\u9fa5_a-zA-Z0-9]+$ validate.js const rules = { eg: { reg: 阅读全文
posted @ 2021-11-26 16:56 zc-lee 阅读(200) 评论(0) 推荐(0) 编辑
摘要: vscode - plugs 代码段 Vetur Vue 3 Snippets Vue VSCode Snippets HTML Snippets html代码段 JavaScript (ES6) code snippets ES7 React/Redux/GraphQL/React-Native 阅读全文
posted @ 2021-11-26 09:17 zc-lee 阅读(51) 评论(0) 推荐(1) 编辑