Loading...
清空数组方式1 let arr=[1,2,3]; console.log(arr); ...
json方式的面向对象首先要知道,js中出现的东西都能够放到json中。关于json数据格式这里推荐一篇...