• ADADADADAD

    怎么在微信小程序中操作数组[ 建站问答 ]

    建站问答 时间:2024-12-01 19:00:21

    作者:文/会员上传

    简介:

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

    以下为本文的正文内容,内容仅供参考!本站为公益性网站,复制本文以及下载DOC文档全部免费。

    在微信小程序中操作数组的方法: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 '

    })

    }

    })

    怎么在微信小程序中操作数组.docx

    将本文的Word文档下载到电脑

    推荐度:

    下载
    热门标签: 微信小程序