<?php
$str = <<<str
<img src="1.jpg"/>
<p>123123</p>
<span>3322</span>
<img src="https://www.baidu.com/2.png" alt="">
<img src="https://www.b...
11-11 2,765 views
<?php
$str = <<<str
<img src="1.jpg"/>
<p>123123</p>
<span>3322</span>
<img ...