Mozilla Developer Central with its Core JavaScript Reference is a good resource. But as JavaScript is object-oriented, the reference is object-oriented too and there is no overview of all functions/methods.
And if you want to did deeper into how JavaScript works, I recommend to read the ECMAScript specification, the standardized language dialects like JavaScript and JScript are derived from.
Mozilla 的参考非常好,尽管它的结构方式与php.net。该页面至少列出了类和全局函数,但它没有涉及 DOM。 (从技术上来说,这当然不是 JavaScript 的一部分。)
Mozilla's reference is pretty good, although it's structured in a different way than php.net. That page lists classes and global functions, at least, but it doesn't touch upon the DOM. (Which, technically speaking, isn't part of JavaScript of course.)
Unfortunately when you search for JS/HTML/CSS first link you would get is W3Schools. But why not to use it http://www.w3fools.com/ this will give you a nice answer.
发布评论
评论(3)
Mozilla 开发人员中心及其 Core JavaScript Reference 是一个很好的资源。但由于 JavaScript 是面向对象的,因此参考也是面向对象的,并且没有对所有函数/方法的概述。
如果您想更深入地了解 JavaScript 的工作原理,我建议您阅读 ECMAScript 规范,JavaScript 和 JScript 等标准化语言方言均源自此。
Mozilla Developer Central with its Core JavaScript Reference is a good resource. But as JavaScript is object-oriented, the reference is object-oriented too and there is no overview of all functions/methods.
And if you want to did deeper into how JavaScript works, I recommend to read the ECMAScript specification, the standardized language dialects like JavaScript and JScript are derived from.
Mozilla 的参考非常好,尽管它的结构方式与php.net。该页面至少列出了类和全局函数,但它没有涉及 DOM。 (从技术上来说,这当然不是 JavaScript 的一部分。)
Mozilla's reference is pretty good, although it's structured in a different way than php.net. That page lists classes and global functions, at least, but it doesn't touch upon the DOM. (Which, technically speaking, isn't part of JavaScript of course.)
不幸的是,当您搜索 JS/HTML/CSS 时,您会得到的第一个链接是 W3Schools。但为什么不使用它 http://www.w3fools.com/ 这会给你一个很好的答案。
首选 Mozilla 开发者网络 和 Webkit
Unfortunately when you search for JS/HTML/CSS first link you would get is W3Schools. But why not to use it http://www.w3fools.com/ this will give you a nice answer.
Prefer Mozilla Developer Network and Webkit