• Daily Archives: 2015年2月5日

突破950px,1920px全屏展现核心代码

<div class="J_TWidget mypoperCJjMahog" data-widget-config="{&quot;effect&quot;: &quot;fade&quot;,&quot;circular&quot;: true ,&quot;contentCls&quot;:&quot;sj-tCJjMahog&quot;,&quot;navCls&quot;:&quot;sj-nCJjMahog&quot;,&quot;autoplay&quot;:&quot;true&quot;}" style="padding:0px;margin:0px; height:190px; overflow:hidden;">
    <div class="J_TWidget" data-widget-config="{&quot;contentCls&quot;: &quot;sj-contentCJjMahog&quot;,&quot;navCls&quot;: &quot;sj-nCJjMahog&quot;,&quot;triggerType&quot;: &quot;click&quot;,&quot;effect&quot;: &quot;fade&quot;,&quot;steps&quot;: 1,&quot;autoplay&quot;: true,&quot;circular&quot;: true ,&quot;prevBtnCls&quot;:&quot;prev1CJjMahog&quot;,&quot;nextBtnCls&quot;:&quot;next1CJjMahogCJjMahog&quot;}" data-widget-type="Carousel">
        <ul class="sj-contentCJjMahog" style="padding:0px;margin:0px; overflow:hidden;">
            <li style="list-style-type:none; padding:0px; margin:0px; width:1920px;left:-485px;top:0px;z-index:10;">
                <div style="background-color:#000; color:#FFF; text-align:center;">
22222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222<br/>
333333333333333333333
                </div>
                <div style="background-color:#F00; color:#FFF; text-align:center;">
333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333
                </div>
            </li>
        </ul>
    </div>
</div>

 

针对微信屏蔽淘宝,使用chrome模拟iphone或android在微信中访问网页的测试开发代码

开始–运行中输入以下命令,启动浏览器:

模拟谷歌Android:

chrome.exe –user-agent=”Mozilla/5.0 (Linux; U; Android 2.2; en-us; Nexus One Build/FRF91) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1″

模拟谷歌Android在微信中的环境:

chrome.exe –user-agent=”Mozilla/5.0 (Linux; Android 4.4.4; X98 Air 3G(C9J7) Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Safari/537.36 MicroMessenger/6.0.0.57_r870003.501 NetType/3gnet”

模拟苹果iPhone:

chrome.exe –user-agent=”Mozilla/5.0 (iPad; U; CPU OS 3_2_2 like Mac OS X; en-us) AppleWebKit/531.21.10 (KHTML, like Gecko) Version/4.0.4 Mobile/7B500 Safari/531.21.10″

模拟苹果iPhone在微信中的环境:

chrome.exe –user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Mobile/11d201 MicroMessenger/5.3″“

这种方法仅供特殊情况下使用,因为重启Chrome将不能恢复正常User-Agent,所以是一次性.

close