摘要:
function closeWindow() { var browserName = navigator.appName; if(browserName == 'Netscape') { var opened = window.open('about:blank','_self'); opened. 阅读全文
摘要:
//判断类型 var typeOf$1 = function (x) { if (x null) { return 'null'; } if (x undefined) { return 'undefined'; } var t = typeof x; if (t 'object' && (Arra 阅读全文