博主遇到一个问题,就是正则表达式里面怎么加变量呢?
很简单,用new RegExp来代替直接编写正则:
new RegExp(`<span id="(${id})"[^>]*?>(.*?)<\/span>`, 'g');