云服务器网:购买云服务器和VPS必上的网站!

数组:如何在微信小程序中操作数组

如何在微信小程序中操作数组在微信小程序中操作数组的方法:1.使用push()函数向数组添加数据;2.使用split()函数删除数组数据;3.使用setData方法修改数组数据;具体方法以下:1.使用push()函数向数组添加一条数据saveNote: func

如何在微信小程序中操作数组

在微信小程序中操作数组的方法:1.使用push()函数向数组添加数据;2.使用split()函数删除数组数据;3.使用setData方法修改数组数据;

具体方法以下:

1.使用push()函数向数组添加一条数据

saveNote: function(e) {

var obj = e.detail. value;

var title = obj. title;

var detail = obj .detail;

if(tit1e.1ength<=0 || detail. 1ength<=0){

return;

}

this . data . notes. push(obj);

var update = this. data. notes;

console. log(update);

app. globalData.notes = update ;

wx. redirectTo({

url: ' . . /notes/notes '

})

}

2.使用split()函数删除数组中的数据

Wx. showModal({

title: '提示',

content:'是 否删除该纪录',

success:function(res){

if(res. . confirm){

var notes =that. data. notes;

notes. splice(id,1);

that. setData({

notes: notes

})

console .1og("删除成功");

}

}

})

3.使用setData方法修改数组中的数据

saveNote: function(e) {

var obj = e.detail. value;

var title = obj. title;

var detail = obj. detail;

if(tit1e.length<=0 || detail.length<=0){

return;

}

war that = this;

var notes =that . data. notes;

var id = that.data.id;

notes[id] = obj;

app. globalData.notes = notes;

WX . redirectToft({

url: ' . . /notes/notes '

})

}

})

本文来源:https://www.yuntue.com/post/68281.html | 云服务器网,转载请注明出处!

关于作者: yuntue

云服务器(www.yuntue.com)是一家专门做阿里云服务器代金券、腾讯云服务器优惠券的网站,这里你可以找到阿里云服务器腾讯云服务器等国内主流云服务器优惠价格,以及海外云服务器、vps主机等优惠信息,我们会为你提供性价比最高的云服务器和域名、数据库、CDN、免费邮箱等企业常用互联网资源。

为您推荐

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注