Skip to content
Wii's talking ground
Main Navigation
Home
Appearance
Menu
Return to top
On this page
替换
正则
java
// 将 :***.*** 替换为 ${***.***}
:
([\w.]
+*
)
// 匹配
#{$1}
// 替换,选取分组