мой html-файл выглядит так:
Код: Выделить всё
...
...
Код: Выделить всё
const parse = require('node-html-parser').parse;
...
const doc = parse(fs.readFileSync('./myfile.html','utf8'));
doc.querySelector("tbody").appendChild("");
Код: Выделить всё
Cannot create property 'parentNode' on string ''
Подробнее здесь: https://stackoverflow.com/questions/712 ... tml-parser
Мобильная версия