标签:style ar sp c html r htm bs as
$str = preg_replace( "@<script(.*?)</script>@is", "", $str ); $str = preg_replace( "@<iframe(.*?)</iframe>@is", "", $str ); $str = preg_replace( "@<style(.*?)</style>@is", "", $str ); $str = preg_replace( "@<(.*?)>@is", "", $str );
标签:style ar sp c html r htm bs as
原文地址:http://my.oschina.net/xinson/blog/322647