**
* 去掉P标签
*/
function remove_html_P($str) {
$okstr = preg_replace("/<p.*?>|<\/p>/is","", $str);
return $okstr;
}

© 版权声明
文章未经允许请勿转载。
THE END
**
* 去掉P标签
*/
function remove_html_P($str) {
$okstr = preg_replace("/<p.*?>|<\/p>/is","", $str);
return $okstr;
}
暂无评论内容