h5弹框去掉ip地址

<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);
}

</script>

上一篇:(转)java反射机制及简单工厂模式


下一篇:Oracle EBS AR 客户API