我想在螺栓管理界面中安裝擴展。當我打開網頁就得到我的這個錯誤: An unknown error occurred. This was the error message: JSON.parse: unexpected character at line 1 column 1 of the JSON data 在頁面的控制檯看着我得到: TypeError: n.error is undefine
如何選擇使用querySelector 這裏整個文檔來選擇整個文檔代碼: var jsdom = require('jsdom');
const {JSDOM} = jsdom;
const dom = new JSDOM(htmlSource)
var q = dom.window.document.querySelector.bind(dom.window.document);
q("