📅  最后修改于: 2022-03-11 14:51:14.544000             🧑  作者: Mango
var now = new Date().valueOf();
setTimeout(function () {
if (new Date().valueOf() - now > 100) return;
window.location = "https://itunes.apple.com/appdir";
}, 25);
window.location = "appname://";