标签: php html html5 dom
假设我有2个段落
<p id="p1" class="code-output">This is a first paragraph</p> <p id="p2" class="code-output">This is the 2nd paragraph</p>
有没有办法将这些段落的内部文本保存到php变量中?