摘要:
相对路径: 在使用相对路径读取和写入文件时,相对项目根目录Test进行读取,例如:./file/output.txt,完整路径为D:/workspace/Test/file/output.txt 阅读全文
posted @ 2019-03-19 10:17
!O0O!
阅读(893)
评论(0)
推荐(0)
摘要:
import java.util.regex.Matcher; import java.util.regex.Pattern; public class RemoveStrChinese { private static String REGEX_CHINESE = "[\u4e00-\u9fa5]";// 中文正则 public static void main(... 阅读全文
posted @ 2019-03-19 09:22
!O0O!
阅读(3270)
评论(0)
推荐(1)

浙公网安备 33010602011771号