php 替换<br>标签为换行符

    科技2025-09-17  32

    $html=\preg_replace('/<br\\s*?\/??>/i',chr(13),$html);
    Processed: 0.010, SQL: 8