-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Description
var last = Date.now(),
doc = window.document,
ifr = doc.createElement('iframe');//创建一个隐藏的iframe
ifr.src = 'shemeURL://';
ifr.style.cssText = 'display:none;border:0;width:0;height:0;';
doc.body.appendChild(ifr);
setTimeout(function() {
doc.body.removeChild(ifr);
if (Date.now() - last < 2000) {
window.location = config.download_ios_student;
}
}, 1000);
用这个替换你的代码,QQ链接进来可以打开对应app
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels