摘要:
var userAgent = navigator.userAgent; if (userAgent.indexOf("Firefox") != -1 || userAgent.indexOf("Chrome") !=-1) { window.location.href="about:blank"; window.close(); } else { window.opener = nu... 阅读全文
posted @ 2016-10-25 09:55
lhy031
阅读(517)
评论(0)
推荐(0)
浙公网安备 33010602011771号