首页 > 问答 > 正文
/^()$/g这样有什么问题
面对疾风吧2016-11-08 14:54:27
var s = '("voiceFamily\tcss", "voiceFamily")'; s.replace(/^\((.*)(?=\))\)$/,'{$1}');