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

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

posted on 2022-09-09 08:49  小馬過河﹎  阅读(59)  评论(0)    收藏  举报

导航