正在浏览:removeLabel

function removeLabel($input){ $ret=trim(strip_tags($input)); $ret=preg_replace(“/quot;/is”,””,$ret); $ret=preg_replace(“/nbsp;/is”,””,$ret); $ret=htmlspecialchars($ret); return $ret;}