摘要:
String newstr=new String(pc.getBytes("ISO-8859-1"), "UTF-8"); 阅读全文
摘要:
String sftimeString="^[0-9]*:[0-9]*:[0-9]*$"; Pattern pattern=Pattern.compile(sftimeString); if(pattern.matcher(jtxx.getSc()).matches()){ //匹配后的逻辑 } 阅读全文