小程序数据常用操作

Posted 阿旭92312

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了小程序数据常用操作相关的知识,希望对你有一定的参考价值。

1、添加(concat)

that.setData({
imgList: that.data.imgList.concat(yulan)
})

2、删除

var imgList = that.data.imgList;
imgList.splice(index,1);
that.setData({
  imgList: that.data.imgList
})

  

以上是关于小程序数据常用操作的主要内容,如果未能解决你的问题,请参考以下文章

微信小程序代码片段

VS Code中小程序与Vue常用插件合集(前端合集)

微信小程序代码片段分享

android小知识点代码片段

小程序数据常用操作

小程序各种功能代码片段整理---持续更新