2018年4月28日
摘要: 1匹配验证-验证Email是否正确 Java | 复制 1 2 3 4 5 6 7 8 9 10 11 12 13 14 public static void main(String[] args) { // 要验证的字符串 String str = "service@xsoftlab.net"; 阅读全文
posted @ 2018-04-28 14:17 pipizhou 阅读(144) 评论(0) 推荐(0) 编辑
摘要: import javax.script.*; public class TestScript { public static void main(String[] args) throws Exception { String str = "(a >= 0 && a <= 5)"; System.o 阅读全文
posted @ 2018-04-28 14:16 pipizhou 阅读(1281) 评论(0) 推荐(0) 编辑