You are here: 首頁 Javascript相關訊息 Google的JavaScrip 的壓縮

飛朵啦學習手札

本網站建議使用Firefox2.0以上,或是使用Goole瀏覽器來瀏覽,並使用1024x768解析度來觀看.

Google的JavaScrip 的壓縮

E-mail 列印 PDF

想要看其他的壓縮可以參考此篇http://pim0110.webhop.org/joomla/index.php/javascript/122-javascript-

Google Closure Compiler 提供三種壓縮方法,分別是空格移除、簡單壓縮及進階壓縮。簡單壓縮基本上只是把 comments 和空格拿走(跟 YUI Compressor 基本一樣);進階壓縮除以上功能外,還能夠 rename variable name、甚至重寫某些 statement!很好很強大!

Google JavaScript Closure Compiler 有單機版和線上版兩款:

  1. 按此下載 Javascript Closure Compiler
  2. 網上版 Javascript Closure Compiler

附官方英文版簡介:

Closure Compiler is a JavaScript optimizing compiler. It parses your JavaScript, analyzes it, removes dead code and rewrites and minimizes what’s left. It also checks syntax, variable references, and types, and warns about common JavaScript pitfalls. It is used in many of Google’s JavaScript apps, including Gmail, Google Web Search, Google Maps, and Google Docs.

 

 
 

回應  

 
0 #1 Guest 2010-07-31 21:45
榮譽聖殿1.2服無法顯示網頁
引用
 

新增回應


驗證碼
更新