当前位置 : 李杰的流水账 > 技术 > linux

微信开发时,alert, iphone显示URL的解决办法,safari浏览器

这个可以去掉 <script> 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('xxx'); </script>

内容列表