文件上传https

This commit is contained in:
chen-xin-zhi 2025-03-18 10:20:12 +08:00
parent cd29c2d989
commit 43694013d7

View File

@ -61,7 +61,7 @@ public class RegexUtils {
* @param input
* @return
*/
public static String encodeUrl(String input) { return input.replaceAll("[^\\u4e00-\\u9fa5.]", "_"); }
public static String encodeUrl(String input) { return input.replaceAll("[^\\w\\u4e00-\\u9fa5.]", "_"); }