String t = "a\\b/c:d*e?f\"g'h<i>j|k"; // 多加了一個單引號t = Pattern.compile("[\\\\/:*?\"'<>|]").matcher(t).replaceAll("_"); // 天書在此
沒有留言:
張貼留言