Commit 674ac7a0 authored by 黄奎's avatar 黄奎

1

parent 59fab32e
...@@ -281,7 +281,6 @@ function checkIsNum(str) { ...@@ -281,7 +281,6 @@ function checkIsNum(str) {
str = ''; str = '';
} }
flag = /^-?(\d*.)?\d+$/.test(str); flag = /^-?(\d*.)?\d+$/.test(str);
console.log("checkIsNum", str + '_' + flag);
return flag; return flag;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment