input输入框只能输入数字和英文逗号

<input type="text"  onkeyup="this.value=this.value.replace(/[^\d\,]/g,'')">

posted @ 2019-07-09 10:40  ExpectoPatronum—S  阅读(1629)  评论(0编辑  收藏  举报