function isTel(value) { return /^1[3,4,5,6,7,8,9][0-9]{9}$/.test(value.toString()); }
Copyright© 2013-2020
All Rights Reserved 京ICP备2023019179号-8