1. 程式人生 > >php識別微信客戶端 並且使用html靜態頁面引導使用者使用瀏覽器開啟這個頁面

php識別微信客戶端 並且使用html靜態頁面引導使用者使用瀏覽器開啟這個頁面

            if(strstr($_SERVER['HTTP_USER_AGENT'], 'MicroMessenger/')){
                echo '<html ><head><title>請通過瀏覽器開啟完成支付</title><meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1, user-scalable=no"></head><body style="background-color: #999;">
            <div class="weixin-tip" style="position: fixed; left:0; top:0; bottom:0; background: rgba(0,0,0,0.6); filter:alpha(opacity=80);  height: 100%; width: 100%; z-index: 100;">
                <p style="text-align: center; margin-top: 10%; padding:0 5%;">
                    <img src="img/live_weixin.png" style="max-width: 100%; height: auto;" alt="微信開啟"/>
                </p>
            </div></body></html >';
            return;
            }



效果圖