<?php //取出br标记 function strip($str) { $str=str_replace("<br>","",$str); ... PHP 中有个strip_tags 函数可以方便地去除HTML 标签。
確定! 回上一頁