我有一些文字:
<p>I hope that this works!</p> <p>Now that this is in, let's see!</p><p>I hope that bold <strong>works too</strong>!</p>
<p>Will this works</p><ol><li>First item</li><li>Second item</li><li>Third item</li></ol>
我想把它分成:
<p>I hope that this works!</p>
和
<p>Now that this is in, let's see!</p><p>I hope that bold <strong>works too</strong>!</p>
和
<ol><li>First item</li><li>Second item</li><li>Third item</li></ol>
我不想拆分任何子元素,只是兄弟姐妹?
潇湘沐
相关分类