- 变量声明
var let - 常量声明
const
const number = 1;
let title = "详情页"; name = "react native";
- 箭头函数
- 输入=>输出
-
坑
=
- 模块的导入和导出
-
数组新增的两个方法
-
map方法和includes方法
const number = 1;
let title = "详情页"; name = "react native";
坑
数组新增的两个方法
map方法和includes方法
本文标题:ES6基础
本文链接:https://www.haomeiwen.com/subject/ibephftx.html
网友评论