摘要:
public regPhone = /^[1][2,3,4,5,6,7,8,9][0-9]{9}$/; public reg400 = /^400-[0-9]{7}/; public reg800 = /^800-[0-9]{7}/; public regTel = /^0[0-9]{2,3}-[0 阅读全文
摘要:
let values = String(columnTpl[item]).match(/【(\S*)】/)[1]; 阅读全文