问题描述
我已经在网上搜索了一段时间,但似乎找不到任何特别令人印象深刻的 JavaScript 函数引用.
I've been searching around online for a while now and I can't seem to find any particularly impressive function references for JavaScript.
当然,QuirksMode 和 有很好的信息,但对于 JavaScript 来说,它们不如 flash 组件参考 和 jQuery API 用于 flash和 jQuery.
Of course, QuirksMode and have good information, but they're not as complete for JavaScript as the flash component reference and jQuery API are for flash and jQuery.
那么有谁知道具有以下部分或全部品质的优秀 JavaScript 参考资料?
So does anyone know of a good JavaScript reference with some or all of the following qualities?
- 大多数函数/对象/包/原型的文档
- 浏览器兼容性
- 用法示例
- 干净的布局
- 社区评论/示例
- 库 API
推荐答案
Mozilla 有非常完整的文档:
Mozilla has very complete docs:
https://developer.mozilla.org/en/JavaScript/Reference
DevGuru 也有一个非常完整的列表
DevGuru has a very complete list also
http://www.devguru.com/technologies/ecmascript/quickref/javascript_index.html
此外,如果您想查看 Microsoft 实施的所有古怪差异,那么 MSDN 在这里提供了一组相当完整(但不经常更新或更正)的文档:
in addition if you want to see all the quirky differences that Microsoft implemented then MSDN provides a fairly complete (but not frequently updated or corrected) set of docs here:
http://msdn.microsoft.com/en-us/library/ms533054%28v=VS.85%29.aspx
这篇关于有没有比 w3schools 更全面的 JavaScript 函数参考?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!