close
function remove_style($str)
{
$output = preg_replace('/(<[^>]+) style=".*?"/i', '$1', $str);
return $output;
}
全站熱搜
function remove_style($str)
{
$output = preg_replace('/(<[^>]+) style=".*?"/i', '$1', $str);
return $output;
}
留言列表