前端input标签之输入框输入金额校验
前端input标签之输入框输之金额校验1.html的内容// input标签<input type="text" id="tmoney" name="tm" class="formsub"/>2.js的内容// 前提:引如jQuery包$("#tmoney").on('input propertychange',function(){ //如果输入非数字,则替换为'