Underscore.js Version (1.2.3) 中文文档

Underscore 一个非常实用的JavaScript库,提供许多编程功能的支持,就像你期望 Prototype.js (或者 Ruby), 有这些功能且不扩展任何JavaScript的原生对象。有函数式编程的风格,还支持链式调用。主要涉及对Collection、Object、Array、Function的操作,还有一些实用方法。可以说是写JavaScript程序的必用类库。 Underscore.js Version (1.2.3) 中文文档:http://www.css88.com/doc/underscore/ 注:Collections和Functions翻译来自http://wangjianjun.github.com/underscore/underscore.html Underscore.js Version (1.2.3) 源码解析:http://www.css88.com/doc/underscore/docs/underscore.html Underscore.js 测试: http://www.css88.com/doc/underscore/test/test.html http://www.css88.com/doc/underscore/test/temp_tests.html 声明: 本文采用 BY-NC-SA 协议进行授权 | WEB前端开发转载请注明转自《Underscore.js Version (1.2.3) 中文文档》

你可能感兴趣的:(JS与RIA,前端工具,开发资源)