摘要: $('#id').keyup(function(){ var tmptxt=$(this).val().replace(/\D|^0/g,''); $(this).val(tmptxt); }); 阅读全文
posted @ 2015-08-12 11:23 xxxxzy 阅读(1569) 评论(0) 推荐(0) 编辑