Uncaught SyntaxError: Invalid flags supplied to RegExp constructor
在调试jquery代码时出现的一个问题,基本上是由于js代码错误导致.
前端代码:
function showQRcode(qrCodePath) {
$(\"#testPath\").html(qrCodePath);
}
解决方法:
indexView.loadUrl(\"javascript:showQRcode(\'test\')\"); //括号内的 双引号改为单引号