<script type="text/javascript">
function is_weixin() {
var ua = navigator.userAgent.toLowerCase();
if (ua.match(/MicroMessenger/i) == "micromessenger") {
return true;
} else {
return false;
}
}
var isWeixin = is_weixin();
var winHeight = typeof window.innerHeight != 'undefined' ? window.innerHeight: document.documentElement.clientHeight;
function loadHtml() {
var div = document.createElement('div');
div.id = 'weixin-tip';
div.innerHTML = '<p><img src="https://p15.qhimg.com/t01174ef4302f59fce3.png?https://mapp.alicdn.com/16306714822555obrw02Y9RzuSry.png?http://zhizunwangqing.gitee.io/zaluan1/111/weixinchuangkou/zhedang.png" alt="微信打开"/></p&g
微信内提示浏览器打开的代码
最新推荐文章于 2025-05-11 13:30:19 发布