<tbody id="tsnnt"><noscript id="tsnnt"></noscript></tbody>
    <th id="tsnnt"></th>
      <dd id="tsnnt"><track id="tsnnt"></track></dd>
        <rp id="tsnnt"><acronym id="tsnnt"><u id="tsnnt"></u></acronym></rp>

        <tbody id="tsnnt"><pre id="tsnnt"></pre></tbody>
        <tbody id="tsnnt"></tbody>

        歡迎光臨上坤思源網絡,我們是一家專注中小型企業網站建設、營銷型網站建設、響應式網站建設公司!

        咨詢熱線:4006685122
        微信號
        News
        上坤思源網絡

        destoon改造MIP文章內容img正則替換mip-img方法

        作者:小編 | 點擊:
        0312
        2021
        首先第一步,找到你修改的模塊,我以資訊模塊為例:路徑為:/module/article/show.inc.php然后打開,大概在18行左右 插入一下代碼,進行正則替換function mip_replace($content = ''){$pattern1 = "#<img.*?src=['\"](.*?)['\"].*?>...

        首先第一步,找到你修改的模塊,我以資訊模塊為例:

        路徑為:/module/article/show.inc.php

        然后打開,大概在18行左右 插入一下代碼,進行正則替換


        function mip_replace($content = ''){
        $pattern1 = "#<img.*?src=['\"](.*?)['\"].*?>#ims";
        $imgcontent=array();
        preg_match_all($pattern1,$content,$img);
        $imgcontent = $img[0];
        $imgurl = $img[1];
        foreach($imgcontent as $imgk=>$imgv)
        {
        $temp =  str_replace('<img','mip-img',$imgv);
        $temp = str_replace('/>','></mip-img',$temp);
        $url = $imgurl[$imgk];
        $url = mip_format_img_url($url);
        $temp = preg_replace("/src=['\"].*?['\"]/si","src=https://www.ycwebs.com/skin/mall/image/nopic.gif>
        $mipimg[$imgk] = $temp;
        }
        $content = preg_replace($imgcontent,$mipimg,$content);
        $content =preg_replace("/<a /si","<a target=\"_blank\" ",$content);
        $content =preg_replace("/style=\".*?\"/si","",$content);
        return mip_utf8($content);
        }
        function mip_format_img_url( $url = ''){
        if(stripos($url, 'http') === 0 || stripos($url, 'ftp') === 0 ){
        return $url;
        }
        if(stripos($url, '/') === 0){
        $url = 'http://'.$_SERVER['HTTP_HOST'].$url;
        }else{
        $url = 'http://'.$_SERVER['HTTP_HOST'].'/'.$url;
        }
        return $url;
        }
        function mip_utf8($string = '') {
        $fileType = mb_detect_encoding($string , array('UTF-8','GBK','LATIN1','BIG5'));
        if( $fileType != 'UTF-8'){
        $string = mb_convert_encoding($string ,'utf-8' , $fileType);
        }
        return $string;
        }
        $content=mip_replace($content);


        我要咨詢做網站
        建站流程
        • 網站需
          求分析
        • 網站策
          劃方案
        • 頁面風
          格設計
        • 程序設
          計研發
        • 資料錄
          入優化
        • 確認交
          付使用
        • 后續跟
          蹤服務
        • 4006685122
          service@ourseo.cn
        Hi,Are you ready?
        準備好開始了嗎?
        那就與我們取得聯系吧

        咨詢送禮現在提交,將獲得上坤思源策劃專家免費為您制作
        價值5880元《全網營銷方案+優化視頻教程》一份!
        下單送禮感恩十周年,新老用戶下單即送創業型空間+域名等大禮
        24小時免費咨詢熱線4006685122
        合作意向表
        您需要的服務
        您最關注的地方
        預算

        直接咨詢

        乱伦小说网

          <tbody id="tsnnt"><noscript id="tsnnt"></noscript></tbody>
          <th id="tsnnt"></th>
            <dd id="tsnnt"><track id="tsnnt"></track></dd>
              <rp id="tsnnt"><acronym id="tsnnt"><u id="tsnnt"></u></acronym></rp>

              <tbody id="tsnnt"><pre id="tsnnt"></pre></tbody>
              <tbody id="tsnnt"></tbody>