性少妇freesexvideos强迫,进军国际市场野狼av午夜福利在线观看,国产一区二区三区 pron 域名停靠,欧美jiZZHD精品巨大又粗又长又硬,毛片在线网址播放,91秦先生在线观看国产久草,五月狠狠色丁香婷婷视频,国产精品在线视频频放,91久久成人
預先給出了一段測試代碼. 點擊
JSMin壓縮
就會在下面得到壓縮后的代碼.
Comments
你想要壓縮的代碼,拷貝到下面的框中
// is.js // (c) 2001 Douglas Crockford // 2001 June 3 // is // The -is- object is used to identify the browser. Every browser edition // identifies itself, but there is no standard way of doing it, and some of // the identification is deceptive. This is because the authors of web // browsers are liars. For example, Microsoft's IE browsers claim to be // Mozilla 4. Netscape 6 claims to be version 5. var is = { ie: navigator.appName == 'Microsoft Internet Explorer', java: navigator.javaEnabled(), ns: navigator.appName == 'Netscape', ua: navigator.userAgent.toLowerCase(), version: parseFloat(navigator.appVersion.substr(21)) || parseFloat(navigator.appVersion), win: navigator.platform == 'Win32' } is.mac = is.ua.indexOf('mac') >= 0; if (is.ua.indexOf('opera') >= 0) { is.ie = is.ns = false; is.opera = true; } if (is.ua.indexOf('gecko') >= 0) { is.ie = is.ns = false; is.gecko = true; }
Level:
最小壓縮
普通壓縮
超級壓縮
Minimal
: original algorithm but keep linefeeds if single -
Conservative
: original algorithm -
Agressive
: remove more linefeed than the original algorithm but can be regressive
壓縮后代碼
狀態(tài)提示
原來大小:
壓縮后大小:
壓縮率: