reg.js 71 Bytes Raw Blame History Permalink 1 2 // 手机号正则 export const phoneReg = /^[1][3,4,5,7,8][0-9]{9}$/;