打开主菜单
首页
随机
登录
设置
关于Akarin
免责声明
Akarin
搜索
更改
←上一编辑
下一编辑→
User:白龙/common.js
(查看源代码)
2020年8月4日 (二) 00:02的版本
添加130字节
、
2020年8月4日 (二) 00:02
无编辑摘要
第1行:
第1行:
−
let s1 = /([0-9A-Za-z_])([\u4e00-\u9fa5]
+
)/g
+
fucntion foo(str) {
+
let s1 = /([0-9A-Za-z_])([\u4e00-\u9fa5])/g
+
let s2 = /([\u4e00-\u9fa5])([0-9A-Za-z_])/g
+
temp = str.replace(s1, "$1 $2")
+
return temp.replace(s2, "$1 $2")
+
}
白龙
行政员
、
用户查核员
、importer、
界面管理员
、
结构式讨论监督员
、
管理员
1,500
个编辑