标签:exec var .exe 小数 logs pre his pat text
function chk() { var patrn = /^\d+(\.\d+)?$/; var result = true; $("input[type=text]").each(function () { if (!patrn.exec(this.value)) { alert("请输入正确的数字!"); result = false; } }) return result; }
标签:exec var .exe 小数 logs pre his pat text
原文地址:http://www.cnblogs.com/WJ--NET/p/6558704.html