摘要: AngularJs 对应controller中写: $scope.moblie_test=function (telphone) { var isChinaMobile = /^134[0-8]\d{7}$|^(?:13[5-9]|147|15[0-27-9]|178|18[2-478])\d{8}$/; var isChinaUnion = /^(?:13[... 阅读全文
posted @ 2017-05-01 21:50 soyosuyang 阅读(198) 评论(0) 推荐(0) 编辑