5.0.0 - 严重 - 未处理
程序有一个错误,trace输出到控制台,浏览器报错:Uncaught SyntaxError: missing ) after argument list最后找到原来是多了一对双引号的问题
在类think\debug\Console的第141行str_replace之后,$msg字符串的两边多出一对双引号,导致下边字符串拼接之后console.error里面也多出了一对双引号,例:
console.error("%c"[8]\u672a\u5b9a\u4e49\u53d8\u91cf: id[E:\\DrP\\coding\\thinkphp_5.0.18_with_ext\\application\\index\\controller\\Index.php:11]"", "color:#F4006B;font-size:14px;")
望修复
还有为什么str_replace之后为什么会多出一对双引号,php官方文档没有说到这种情况,如果知道原因请告诉我一下,^_^
