摘要: 代码:items: [{ id: 'email', name: 'email', xtype: 'textfield', regex: /^\s*\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*(\;\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*)*(\;)*\s*$/, regexText: "The email format is invalid" }]此正则表达式支持多个email中间用分号隔开的格式 阅读全文