萬盛學電腦網

 萬盛學電腦網 >> 網頁制作 >> Html5 >> 怎麼用php過濾html標簽

怎麼用php過濾html標簽

我們為大家收集整理了關於php過濾html標簽以方便大家參考。

<?php 
$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 ); 
?> 

希望大家可以學會php過濾html標簽.想了解更多精彩內容,請關注我們的網站!

相關推薦:

js過濾html標簽的方法 

copyright © 萬盛學電腦網 all rights reserved