ES6常用语法

1. 变量声明const和let;

2. 模板字符串;

3. 箭头函数;

4. import导入模块、export导出模块;

5. promise

原文地址:https://www.cnblogs.com/fightjianxian/p/10683061.html