赞
踩
需求:由于微信的限制,应用文件在内置浏览器中下载全部被屏蔽掉,造成很多人用微信扫描二维码下载时点击下载按钮没反应,需要做一个提示用户在浏览器中打开下载。
以下代码,拿来即用,好人代表O(∩_∩)O
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>download</title> <style type="text/css"> .wxtip { background: rgb(104 102 102 / 80%); text-align: center; position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 998; display: none; } .wxtip-icon { width: 52px; height: 67px; background: url(weixin-tip.png) no-repeat;
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。