替换指定包含的所有字符串
usersTestCases.replace(/\#/g,","); ---------将字符串中所有的#替换成,
js中 单双引号混合使用,var identifiers = identifiers + "#" + "\"" + identifier + "\"";
替换指定包含的所有字符串
usersTestCases.replace(/\#/g,","); ---------将字符串中所有的#替换成,
js中 单双引号混合使用,var identifiers = identifiers + "#" + "\"" + identifier + "\"";

被折叠的 条评论
为什么被折叠?