我在一个项目中使用危险的
dangerouslySetInnerHTML
来获取html并显示它。
示例代码:
<strong > some text here 1 </strong > some text here 2 <br > some text here 3
<strong > some text here 1 </strong > some text here 2 <br > some text here 3
现在我想做的是选择“这里有一些文本 2”和“这里有一些文本 3”。我该怎么做?
我尝试使用一些 css 选择器,但它似乎不起作用。