摘要:
JS中的test是原来是JS中检测字符串中是否存在的一种模式,JS输入值是否为判断正整数代码: <script type=”text/javascript”> function test() { var num = document.getElementById(“num”).value; if ( 阅读全文
摘要:
package com.jeecg.decmain.controller; import java.util.regex.Matcher; import java.util.regex.Pattern; /** * 工具类 - 数字验证(正则表达式) * @author xbl */ public 阅读全文