码迷,mamicode.com
首页 > 移动开发 > 详细

alert IOS自带域名

时间:2018-02-12 13:53:45      阅读:172      评论:0      收藏:0      [点我收藏+]

标签:app   ios   cti   pen   create   pre   one   ram   isp   

window.alert = function(name){
 var iframe = document.createElement("IFRAME");
iframe.style.display="none";
iframe.setAttribute("src", ‘data:text/plain,‘);
document.documentElement.appendChild(iframe);
window.frames[0].window.alert(name);
iframe.parentNode.removeChild(iframe);
}

 

alert IOS自带域名

标签:app   ios   cti   pen   create   pre   one   ram   isp   

原文地址:https://www.cnblogs.com/kelly07/p/8443850.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!