JS脚本 function test_this(){ var reg = /^\d+$/;if( value.constructor === String ){ var re = value.match( reg );return true;} else { return false;} if(document.formname.num.value <1 || document.formname.num.value >100){ document.formname.num.focus();return false;...
//Matches the preceding item x 0 or 1 time...compile compile() 方法用于在脚本执行过程中编译正则表达式,也可用于改变和重新编译正则表达式。...$’ 插入当前匹配的子串右边的内容 $n 假如第一个参数是 RegExp对象,并且 n 是个小于100的非负整数,那么插入第 n 个括号匹配的字符串 指定一个函数作为参数...