Appearance
根据 . 分隔字符串时,不能使用 String.split("."),正确写法是
.
String.split(".")
String.split("\\.")
参考 : Java String.split() 用法小结
Adjust the exact value of the page width of VitePress layout to adapt to different reading needs and screens.
Adjust the exact value of the document content width of VitePress layout to adapt to different reading needs and screens.