本文共 184 字,大约阅读时间需要 1 分钟。
一、过滤掉<>及期区间的字符串
//String src = new String("测试<abc>区间<de>过滤");
//System.out.println(src.replaceAll("<[^>]*>",""));