文件上传https

This commit is contained in:
chen-xin-zhi 2025-03-18 10:14:28 +08:00
parent 1eee8ead1c
commit ef479e8824

View File

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