**JS實(shí)現(xiàn)代碼:**
`validatemobile:` `function` `(mobile) {`
`if` `(mobile.length == 0) {`
`wx.showToast({`
`title:` `'請(qǐng)輸入手機(jī)號(hào)!'``,`
`icon:` `'success'``,`
`duration: 1500`
`})`
`return` `false``;`
`}`
`if` `(mobile.length != 11) {`
`wx.showToast({`
`title:` `'手機(jī)號(hào)長(zhǎng)度有誤!'``,`
`icon:` `'success'``,`
`duration: 1500`
`})`
`return` `false``;`
`}`
`var` `myreg = /^(((13[0-9]{1})|(15[0-9]{1})|(18[0-9]{1})|(17[0-9]{1}))+\d{8})$/;`
`if` `(!myreg.test(mobile)) {`
`wx.showToast({`
`title:` `'手機(jī)號(hào)有誤!'``,`
`icon:` `'success'``,`
`duration: 1500`
`})`
`return` `false``;`
`}`
`return` `true``;`
`}`
歡迎加入全棧開(kāi)發(fā)交流劃水交流圈:582735936
面向劃水1-3年前端人員
幫助突破劃水瓶頸悍手,提升思維能力