亚洲免费乱码视频,日韩 欧美 国产 动漫 一区,97在线观看免费视频播国产,中文字幕亚洲图片

      1. <legend id="ppnor"></legend>

      2. 
        
        <sup id="ppnor"><input id="ppnor"></input></sup>
        <s id="ppnor"></s>

        設置ecshop的wap版本head部分首頁標題的方法

        字號:


            在\mobile\templates下文件有index.html,修改該文件head部分代碼,如下:
            代碼如下:
            <head>
            <meta http-equiv=content-type content=text/html; charset=utf-8 />
            <title>ecshop_mobile</title>
            </head>
            修改為
            代碼如下:
            <head>
            <meta http-equiv=content-type content=text/html; charset=utf-8 />
            <title>歡迎光臨xxx!</title>
            </head>
            即可看到修改后效果。