最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

織夢(mèng)dedecms富文本內(nèi)容中屏蔽標(biāo)簽實(shí)例代碼

  發(fā)布時(shí)間:2019-12-06 17:04:42   作者:dede58   我要評(píng)論
這篇文章主要介紹了織夢(mèng)dedecms富文本內(nèi)容中屏蔽標(biāo)簽實(shí)例代碼,有需要的朋友們可以在本地嘗試下。

文章的body字段屏蔽a標(biāo)簽和iframe標(biāo)簽

{dede:field.body runphp="yes"}
    $str=@me;
    @me='';
    $str1='';
    $str1 = preg_replace( "@<iframe(.*?)</iframe>@is", "", $str ); 
    $str1 = preg_replace("/<a[^>]*>(.*?)<\/a>/is", "$1", $str1);
    @me=$str1;
{/dede:field.body}

以下是過濾其他標(biāo)簽的正則表達(dá)式

$str=preg_replace("/\s+/", " ", $str); //過濾多余回車
$str=preg_replace("/<[ ]+/si","<",$str); //過濾<__("<"號(hào)后面帶空格)
$str=preg_replace("/<\!–.*?–>/si","",$str); //注釋
$str=preg_replace("/<(\!.*?)>/si","",$str); //過濾DOCTYPE
$str=preg_replace("/<(\/?html.*?)>/si","",$str); //過濾html標(biāo)簽
$str=preg_replace("/<(\/?br.*?)>/si","",$str); //過濾br標(biāo)簽
$str=preg_replace("/<(\/?head.*?)>/si","",$str); //過濾head標(biāo)簽
$str=preg_replace("/<(\/?meta.*?)>/si","",$str); //過濾meta標(biāo)簽
$str=preg_replace("/<(\/?body.*?)>/si","",$str); //過濾body標(biāo)簽
$str=preg_replace("/<(\/?link.*?)>/si","",$str); //過濾link標(biāo)簽
$str=preg_replace("/<(\/?form.*?)>/si","",$str); //過濾form標(biāo)簽
$str=preg_replace("/cookie/si","COOKIE",$str); //過濾COOKIE標(biāo)簽
$str=preg_replace("/<(applet.*?)>(.*?)<(\/applet.*?)>/si","",$str); //過濾applet標(biāo)簽
$str=preg_replace("/<(\/?applet.*?)>/si","",$str); //過濾applet標(biāo)簽
$str=preg_replace("/<(style.*?)>(.*?)<(\/style.*?)>/si","",$str); //過濾style標(biāo)簽
$str=preg_replace("/<(\/?style.*?)>/si","",$str); //過濾style標(biāo)簽
$str=preg_replace("/<(title.*?)>(.*?)<(\/title.*?)>/si","",$str); //過濾title標(biāo)簽
$str=preg_replace("/<(\/?title.*?)>/si","",$str); //過濾title標(biāo)簽
$str=preg_replace("/<(object.*?)>(.*?)<(\/object.*?)>/si","",$str); //過濾object標(biāo)簽
$str=preg_replace("/<(\/?objec.*?)>/si","",$str); //過濾object標(biāo)簽
$str=preg_replace("/<(noframes.*?)>(.*?)<(\/noframes.*?)>/si","",$str); //過濾noframes標(biāo)簽
$str=preg_replace("/<(\/?noframes.*?)>/si","",$str); //過濾noframes標(biāo)簽
$str=preg_replace("/<(i?frame.*?)>(.*?)<(\/i?frame.*?)>/si","",$str); //過濾frame標(biāo)簽
$str=preg_replace("/<(\/?i?frame.*?)>/si","",$str); //過濾frame標(biāo)簽
$str=preg_replace("/<(script.*?)>(.*?)<(\/script.*?)>/si","",$str); //過濾script標(biāo)簽
$str=preg_replace("/<(\/?script.*?)>/si","",$str); //過濾script標(biāo)簽
$str=preg_replace("/javascript/si","Javascript",$str); //過濾script標(biāo)簽
$str=preg_replace("/vbscript/si","Vbscript",$str); //過濾script標(biāo)簽
$str=preg_replace("/on([a-z]+)\s*=/si","On\\1=",$str); //過濾script標(biāo)簽
$str=preg_replace("/&#/si","&#",$str); //過濾script標(biāo)簽,

$str = preg_replace( "@<script(.*?)</script>@is", "", $str ); //過濾script代碼
$str = preg_replace( "@<iframe(.*?)</iframe>@is", "", $str );
$str = preg_replace( "@<style(.*?)</style>@is", "", $str );
$str = preg_replace( "@<(.*?)>@is", "", $str ); 

大家可以在本地嘗試下小編已經(jīng)成功了,希望我們整理的內(nèi)容能夠幫助到大家。

相關(guān)文章

最新評(píng)論

富锦市| 新兴县| 柏乡县| 凤山县| 唐海县| 峨边| 盐源县| 开阳县| 涡阳县| 措美县| 南丰县| 茶陵县| 焦作市| 岳阳县| 伊川县| 青州市| 宁乡县| 武穴市| 汽车| 禹城市| 文山县| 兴义市| 崇左市| 顺昌县| 稻城县| 巴彦县| 吴桥县| 阆中市| 孝义市| 马尔康县| 廊坊市| 临汾市| 喀喇沁旗| 江都市| 旌德县| 西藏| 阿巴嘎旗| 罗甸县| 临沧市| 齐齐哈尔市| 宁阳县|