有没有办法选择不在任何 html 标签内的元素??的

问题描述 投票:0回答:0

我在一个项目中使用危险的

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 选择器,但它似乎不起作用。

html css next.js css-selectors dangerouslysetinnerhtml
© www.soinside.com 2019 - 2024. All rights reserved.