tantian1498
tantian1498
when I use: const statisticsStrTip = '_test'.replaceAll("_", " "), it is useful; but not useful when I use: let statisticsStr = '-111_' const statisticsStrTip = statisticsStr.replaceAll("_", " ") what should...
请问什么手机的浏览器可以使用脚本啊
你好 请问你的问题解决了吗 我在pac模式下把https://translate.googleapis.com加入自定义规则 依然不不能通过pac模式使用谷歌翻译
> /Users/用户名/.V2rayU/pac 修改proxy.js 删除 "@@||translate.googleapis.com", "@@|http://translate.google.cn", > > gfwlist.txt 貌似不用改 proxy.js 应该是解析 gfwlist.txt 生成的。 > > [点我测试谷歌翻译是否恢复正常](https://translate.googleapis.com/translate_a/single?client=gtx&sl=en&tl=fr&q=a) 改了proxy.js之后的确解决了问题 感谢! 看来是自定义的pac ”||translate.googleapis.com“ 优先级没有 gfwlist里面的 ”@@||translate.googleapis.com“ 优先级高造成的
> 正确的!所以我_认为_ESLint 没有使用默认解析器的变量的类型信息(使用 TypeScript 解析器我们也许能够做到这一点),所以现在我们无法知道标识符`thing`实际上是一个`Array`. > > 我说得对吗@amilajack? Do you have any suggestions to make it work when I use js?
> Hmm, I guess this is a little tricky because I guess ESLint doesn't know the types of variables? > > ```js > const thing = [4, 5, 6] >...
have you found a way now
Hi, I have the same problem, did you solve it now?