有人可以告诉我为什么这不起作用吗?
str = "program";
destdriver = str.replace(/(internal|file|program)/), "$1");
console.log(destdriver);
我得到: Uncaught SyntaxError: Unexpected token 。
有人可以告诉我为什么这不起作用吗?
str = "program";
destdriver = str.replace(/(internal|file|program)/), "$1");
console.log(destdriver);
我得到: Uncaught SyntaxError: Unexpected token 。