标签: javascript html parsing domparser
让我们说下面代码的input是"<strong>In the</strong><br><strong>following questions</strong>",然后输出就是 在问题中。 我们怎样才能在单词之间留出空间?比如在以下问题中。
input
"<strong>In the</strong><br><strong>following questions</strong>"
(new DOMParser).parseFromString(input, "text/html").documentElement.textContent