你想要怎样生活,完全由你自己决定。
有些事情不是看到希望才去坚持,而是坚持了才看得到希望!——送给彷徨不安的孩子们

<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>

posted on 2016-11-24 15:28  就酱样Y  阅读(1465)  评论(0编辑  收藏  举报