文件上传https
This commit is contained in:
parent
ef479e8824
commit
cd29c2d989
|
@ -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("[^\\u4e00-\\u9fa5.]", "_"); }
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user