原版的js应该是这个2015-12-29 18:37:48日期的
简单的预览:
var p = window.window['mozInnerScreenY'] || window.window['screenTop'], w = window.window['mozInnerScreenX'] || window.window['screenLeft'];
typeof p == 'undefined' && (p = 0), typeof w == 'undefined' && (w = 0);
var y = window.document['body']['clientWidth'], b = window.document['body']['clientHeight'], M = window.window['screen']['width'], C = window.window['screen']['height'], I = window.window['screen']['availWidth'], T = window.window['screen']['availHeight'], S = typeof window.window['outerWidth'] == 'number' ? S : -1, L = typeof window.window['outerHeight'] == 'number' ? L : -1, E = typeof window.window['innerWidth'] == 'number' ? E : -1, x = typeof window.window['innerHeight'] == 'number' ? x : -1;
EC(SC(pC('' + arguments['callee'])), '' + arguments['callee']);
1