写个正则把 ("voiceFamily\tcss", "voiceFamily")括号替换成{}
巴扎黑
巴扎黑 2016-11-08 14:53:57
0
1
943

/^()$/g这样有什么问题

巴扎黑
巴扎黑

Antworte allen(1)
phpcn_u29
var s = '("voiceFamily\tcss", "voiceFamily")';
s.replace(/^\((.*)(?=\))\)$/,'{$1}');


Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage