其他分享
首页 > 其他分享> > 支线第九篇:

支线第九篇:

作者:互联网

添加用户:

表格  上是  数组

添加用户,

在数组中再加一组数据:

 

addUser: function() {
                        this.userList.push({
                            name: this.name,
                            password: this.password,
                            call:this.call
                        });
                        // 添加完成后,清空数据
                        this.name = '';
                        this.password = '';
                        this.call = '';
                    },
大概这么个玩意

 

后面的再研究研究

标签:name,用户,第九篇,支线,添加,call,数组,password
来源: https://www.cnblogs.com/FatTiger4399/p/15375667.html