let copy = A
for (let i of b.list) {
copy.push(i)
}
//每天一点小输出
评论