Bootstrap

数据同源解决

const old = [ ] //原数据
let news = JSON.parse(JSON.stringify(old)) //新数据
解决数据同源问题

;