https://blog.csdn.net/zgsdzczh/article/details/79744838css
web頁在微信中訪問增長遮罩層 右上角彈出在瀏覽器中打開html
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
background: rgba(0, 0, 0, 0.8);
-
filter: alpha(opacity = 80);
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
<img src="images/tip.png" alt="在瀏覽器打開" />
-
-
-
-
$(
window).on("load", function() {
-
var winHeight = $(window).height();
-
-
var ua = navigator.userAgent.toLowerCase();
-
if (ua.match(/MicroMessenger/i) == "micromessenger") {
-
-
-
-
-
-
var isWeixin = is_weixin();
-
-
$(
".weixin-tip").css("height", winHeight);
-
$(
".weixin-tip").show();
-
-
-
DEMO下載地址web
還有另一個參考案例:瀏覽器
file:///C:/Users/Administrator/Desktop/449/449/index.html微信