2011年10月31日 php完全过滤HTML,JS,CSS等标签 php有效的过滤html标签,js代码,css样式标签: 复制代码 代码如下:<?php $str = preg_replace( "@<script(.*?)</script>@is", "", $str ); ...