图片.png
【ES6脚丫系列】

『ES6参考链接汇总』 By 吃码小妖

原文作者:阮一峰

原文地址:http://es6.ruanyifeng.com/

阅读ES6的系列文章(英文,可在线观看)

http://speakingjs.com/es5/

http://exploringjs.com/es6/

一个外国人,关于ES标准的研究:http://2ality.com/2016/02/ecmascript-2017.html


【04】ES文档官网网址

ECMA组织官网:http://www.ecma-international.org/

ECMAScript 5.1:http://www.ecma-international.org/ecma-262/5.1/

ECMAScript 6.0:http://www.ecma-international.org/ecma-262/6.0/

ECMAScript 7.0:http://www.ecma-international.org/ecma-262/7.0/

ECMAScript 8.0:http://www.ecma-international.org/ecma-262/8.0/

颜海镜的中文ES5:http://yanhaijing.com/es5/#about

参考网址:

1,火狐的:https://developer.mozilla.org/zh-CN/

3,阮一峰的ES6中文版:http://es6.ruanyifeng.com/

4,wiki:ES6 https://www.w3.org/html/ig/zh/wiki/ES6

DOM API 文档直接看 w3c:

DOM1

https://www.w3.org/TR/REC-DOM-Level-1/

DOM2:

https://www.w3.org/TR/DOM-Level-2-Core/

DOM3:

https://www.w3.org/TR/DOM-Level-3-Core/

DOM4:(19 November 2015)

https://www.w3.org/TR/dom/

DOM4.1:https://www.w3.org/TR/2018/WD-dom41-20180201/(1 February 2018)

CSS 2:
https://www.w3.org/TR/CSS2/

CSS3

https://www.w3.org/TR/css-syntax-3/

HTML5:(28 October 2014)

https://www.w3.org/TR/html50/

https://www.w3.org/TR/2018/SPSD-html5-20180327/

https://www.w3.org/TR/html51/( 3 October 2017)

html :(Living Standard — Last Updated 16 April 2018)

https://html.spec.whatwg.org/multipage/semantics.html

(吃码小妖:一个私人的多人合作的,组织的HTML规范)

HTML5.3:(17 April 2018)

https://w3c.github.io/html/


Chrome DevTools 中文文档地址:

http://www.css88.com/doc/chrome-devtools/(概述 · Chrome DevTools 中文文档)

https://github.com/CN-Chrome-DevTools/CN-Chrome-DevTools(Chrome 开发者工具中文手册)

https://feizhaojun.com/chrome-developer/extensions/(Chrome开发文档中文版)


http://www.ecma-international.org/publications/standards/Ecma-262.htm(下图)image


http://www.ecma-international.org/publications/standards/Ecma-262-arch.htm(下图)

image


各大浏览器的最新版本,对ES6的支持可以查看kangax.github.io/es5-compat-table/es6/(好东西)。

图片.png

http://www.w3schools.com/ 有效

MDN 的网站:

https://developer.mozilla.org/en-US/

web APIs

https://developer.mozilla.org/en-US/docs/Web/API

http://devdocs.io/

ES5 中文版:

https://www.w3.org/html/ig/zh/wiki/ES5

ES5 英文版:

https://es5.github.io/


吃码小妖
43 声望3 粉丝