我试图在 Google Chrome 中为 plug.dj 加载这个 javascript(带书签)。谷歌浏览器在控制台中说这个错误:http: //imgur.com/vDNpqEf 我不知道为什么。
我正在使用本教程https://github.com/backus/Plug.DJ-Javascript-Chatbot#how-to-compile-and-run
这是javascript代码:
javascript:$.getScript('[YOUR INCLUDE LOCATION]');
我更换了位置
javascript:$.getScript('[E:\plugbot\bin\bot.js]'); <- not working
javascript:$.getScript('[file:///E:\plugbot\bin\bot.js]'); <- not working
javascript:$.getScript('E:\plugbot\bin\bot.js'); <- not working
javascript:$.getScript('file:///E:\plugbot\bin\bot.js'); <- not working
文件 E:\plugbot\bin\bot.js 存在。