mip是百度移動(dòng)網(wǎng)頁加速器,隨著移動(dòng)設(shè)備的大量應(yīng)用,網(wǎng)站也走向了移動(dòng)端,這個(gè)是時(shí)候我們就需要更多的了解mip。織夢模板今天要介紹的是織夢網(wǎng)站的mip改造過程中dede圖片標(biāo)簽替換img轉(zhuǎn)img-mip及style取消處理的方法。
修改方案:
在/include/extend.func.php里添加如下代碼
底部增加代碼即可
function mipBody($body){ $body = str_replace(' style="white-space:pre"', '', $body); preg_match_all('/<img (.*?)/>/', $body, $images); if (!is_null($images)) { foreach ($images[1] as $index => $value) { $mip_img = str_replace('<img', '<mip-img', $images[0][$index]); $mip_img = str_replace('>', '></mip-img>', $mip_img); $mip_img = preg_replace('/(width|height)="/d*"/s/', '', $mip_img); $mip_img = preg_replace('/ style=/".*?/"/', '', $mip_img); $mip_img = preg_replace('/ class=/".*?/"/', '', $mip_img); $body = $content = str_replace($images[0][$index], $mip_img, $body); } } return $body;}在模板里面調(diào)用:
{dede:field name='body' function='mipBody(@me)'/}再去看看頁面源代碼,是不是img標(biāo)簽變了?包括圖片的大小屬性也沒有了,這樣移動(dòng)端可以做自適應(yīng)圖片大小了!你學(xué)會(huì)了嗎?
以上就是織夢二開:dede圖片標(biāo)簽替換img轉(zhuǎn)img-mip及style取消處理的全部內(nèi)容,希望對大家的學(xué)習(xí)和解決疑問有所幫助,也希望大家多多支持武林網(wǎng)。新聞熱點(diǎn)
疑難解答
圖片精選