Сообщение от od0201
|
а так более именее
|
Как для меня так уже слишком длинная строка...
Сообщение от od0201
|
[res.descriptionMy,res.descriptionYour]=[...doc.querySelectorAll("table.text table.text2 div")].map(e=>e.textContent);
|
Хотя бы так
const a = doc.querySelectorAll("table.text table.text2 div")
[res.descriptionMy,res.descriptionYour]=[...a].map(e=>e.textContent);