var testData = Array(20).fill({
date: '2020-05-02',
name: '啦啦',
address: '上海市'
})
js循环快速写测试数据
最新推荐文章于 2024-10-30 19:10:39 发布
var testData = Array(20).fill({
date: '2020-05-02',
name: '啦啦',
address: '上海市'
})