中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

php如何去除標簽的屬性

發布時間:2021-12-13 09:36:50 來源:億速云 閱讀:132 作者:iii 欄目:編程語言

本篇內容介紹了“php如何去除標簽的屬性”的有關知識,在實際案例的操作過程中,不少人都會遇到這樣的困境,接下來就讓小編帶領大家學習一下如何處理這些情況吧!希望大家仔細閱讀,能夠學有所成!

php去除標簽屬性的方法:1、創建一個PHP示例文件;2、通過“preg_replace($del,"",$file);”等方法去除標簽的屬性即可。

php如何去除標簽的屬性

本文操作環境:Windows7系統,PHP7.4版,Dell G3電腦。

php怎么去除標簽的屬性?

用PHP 去掉所有html標簽里的部分屬性

<?php
set_time_limit(0);
function view_dir($dir)
{
$dp=opendir($dir); //打開目錄句柄
//echo "<br>".$dir."<br><br>"; 
$path3='';
while ($file = readdir($dp)) //遍歷目錄
{
   if ($file !='.'&&$file !='..') //如果文件不是當前目錄及父目錄
   {    
    $path=$dir."/".$file; //獲取路徑
    if(is_dir($path)) //如果當前文件為目錄
    {
     view_dir($path);   //遞歸調用
    }
    else   //如果不是目錄
    {
 
//echo '<tr><td><table width="100%" border="0" cellspacing="0" cellpadding="0">';
 
   $path3 .= $path."\r\n";
   
   $c=file_get_contents($path);
//   $c = str_replace('http://4.28.99.196/chigb', "", $c);
//   $c1=array(' tppabs="/style/book.css" rel="stylesheet"',' tppabs="/chigb/up.gif"',' tppabs="/chigb/1pix.gif"',' tppabs="/chigb/left.gif"',' tppabs="/chigb/right.gif"');
//   $c2 = str_replace($c1, "", $c);
 
$del=array("/tppabs=.+?['|\"]/i");
$c2 = preg_replace($del,"",$c);
   $c2 = str_replace('" >', '">', $c2);
 
   file_put_contents($path,$c2);
//echo '<td width="52%" height="25"><a href="'.$path.'">'.$path.'</a></td>';
//echo '<td width="17%" align="center"><a href='.$_SERVER['SCRIPT_NAME'].'?cp='.$path.'> 復制至XX</a></td>';
//echo '<td width="31%" align="center"><b><a href='.$_SERVER['SCRIPT_NAME'].'?cmd=del&name='.$path.'>刪除</a></b></td>';
//echo '</tr>';
//echo '</table></td></tr>';
    }
   }
}
return $path3."\r\n";
closedir($dp);
} 
$dir='E:book\chigb\x';
echo view_dir($dir);
 
 
 
 
 
$file='<div id="m"><p id="lg"><img src="../img/baidu_sylogo1.gif" width="27px" height="12px" usemap="#mp"><map name="mp"><a shape="rect" coords="40,25,230,95" href="../yuanso/index.html" target="_blank" title="點此進入空間" ></map></p><p id="nv"><a href="../yuanso/index1.html">文字1</a> <b>文字2</b> <a href="../yuanso/index3.html">文字3</a></p></div>
';
$del=array("/name=.+?['|\"]/i","/src=.+?['|\"]/i","/id=.+?['|\"]/i","/width=.+?['|\"]/i","/height=.+?['|\"]/i","/usemap=.+?['|\"]/i","/shape=.+?['|\"]/i","/coords=.+?['|\"]/i","/target=.+?['|\"]/i","/title=.+?['|\"]/i");
$file = preg_replace($del,"",$file);//去除style樣式
$file = str_replace(" ","",$file);//去除所有空格
$file = str_replace("<ahref=","<a href=",$file);//還原空格
echo $file;
 
 
?>

“php如何去除標簽的屬性”的內容就介紹到這里了,感謝大家的閱讀。如果想了解更多行業相關的知識可以關注億速云網站,小編將為大家輸出更多高質量的實用文章!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

php
AI

朝阳区| 东乌| 神木县| 新丰县| 禄劝| 溧阳市| 纳雍县| 大城县| 盐边县| 旬阳县| 尉氏县| 柞水县| 红河县| 油尖旺区| 荃湾区| 朝阳区| 广安市| 巴中市| 安图县| 泽库县| 全椒县| 霍州市| 额敏县| 怀宁县| 贵德县| 吉林省| 河源市| 景泰县| 鄢陵县| 扶绥县| 黔西县| 吕梁市| 北流市| 盐边县| 广南县| 阿克陶县| 兴隆县| 邹城市| 百色市| 全州县| 辽中县|