01) 去掉末尾逗号
console.log(that.ids.substr(0, that.ids.length-1)); 去掉末尾逗号 that.ids = this.selectedRowItem.map(m => m.id).join(); 数组拼接字符串
02) 随机数组测试
Math.floor(Math.random()*10000)
Math.floor(Math.random()*10000)
原文:https://www.cnblogs.com/dafei4/p/13416272.html