摘要: String fileName = "zhauyxsnxu|/|.xls"; Pattern pattern = Pattern.compile("[\\s\\\/:\*\?\\"<>\|]"); Matcher matcher = pattern.matcher(fileName); fileNa 阅读全文
posted @ 2022-04-17 22:31 Elon-Yan 阅读(121) 评论(0) 推荐(0) 编辑