1. concat()
连接两个或多个数组
2. push
https://www.runoob.com/jsref/jsref-push.html
3. setData(来自微信小程序)
setData 函数用于将数据从逻辑层发送到视图层,同时改变对应的 this.data 的值
无法显示下载下来的图
4. Component
properties的
type:可以为 Array, String
5. 数组
a. length属性
http://www.w3school.com.cn/jsref/jsref_length_array.asp
三个点
https://www.jdon.com/idea/js/ecmascript-rest-spread.html
6. setData
第一个参数为要传入的数值以{a:1,b:2,b:3}的形式
第二个参数为完成时的回调函数
https://blog.youkuaiyun.com/qq_38595560/article/details/81565925