= preg_replace("#<[/]{0,1}(link|meta|ifr|fra|scr)[^>]*>#isU", '', $str);
$str = preg_replace...("#eval#i", 'eval', $str);
$str = preg_replace("#union#i", 'union', $str);
$str = preg_replace...("#concat#i", 'concat', $str);
$str = preg_replace("#--#", '--', $str);
$str = preg_replace("...>/','',$text);
//完全过滤js
$text = preg_replace('/<script?....('/ ? /','',$text);
//b
$text = preg_replace('/<br(s/)?'.'