手机 < input style = "width:100px;" id = "tel" type = "text" onkeyup = "value=value.replace(/[^\d\-\d]/g,'')" maxlength = 20 > < / input > 电话 < input style = "width: 100px;" id = "mobile" type = "text" onkeyup = "value=value.replace(/[^\d]/g,'')" maxlength = 11 > < / input > 来源: CSDN 作者: 太阳的后裔 链接: https://blog.csdn.net/weixin_43942765/article/details/103809843