mirror of
https://github.com/continew-org/continew-starter.git
synced 2025-09-08 16:57:09 +08:00
feat(core): 新增双斜杠 DOUBLE_SLASH 字符串常量
This commit is contained in:
@@ -114,6 +114,11 @@ public class StringConstants {
|
||||
*/
|
||||
public static final String SLASH = "/";
|
||||
|
||||
/**
|
||||
* 双斜杠 {@code "//"}
|
||||
*/
|
||||
public static final String DOUBLE_SLASH = "//";
|
||||
|
||||
/**
|
||||
* 反斜杠 {@code "\\"}
|
||||
*/
|
||||
|
Reference in New Issue
Block a user