if(isiOS){
var ifr = document.createElement("iframe");
ifr.src = "szfmapp://abc?c=2&bookVersion="+localStorage.bookVersionShare+"&catalogueId="+localStorage.catalogueId;
ifr.style.display = "none";
document.body.appendChild(ifr);
}
在ios 9 及以下是可以跳转的 10就不可以。
0 个回复