input 只允许输入数字 js

只能是数字<input onkeyup="value=value.replace(/[^\d]/g,'')" onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))">



原文链接:http://hi.baidu.com/freegoodman/item/bdcd9b3af913eff797f88ddb

你可能感兴趣的:(JavaScript)