摘要: 由于在使用window.open时,在很多情况下,弹出的窗口会被浏览器阻止,但若是使用a链接target='_blank',则不会,基于这一特点,自己封装了一个open方法:function openwin(url) { var a = document.createElement("a");... 阅读全文
posted @ 2014-08-04 14:14 丑萌嘞 阅读(584) 评论(0) 推荐(0)