定义数组:
var array = ['a','b','c',1,2,3];
方法1:
array.toString()
方法2:
JSON.stringify(array)
方法3:
array.join()
测试代码:
var array = ['a','b','c',1,2,3];
console.log(array.toString());
console.log(JSON.stringify(array));
console.log(array.join());
输出:
a,b,c,1,2,3
["a","b","c",1,2,3]
a,b,c,1,2,3
最新评论
本来在正常下载,突然就不能下载,并出现报错:a socket operation was attempted to an unreachable network。请问是什么原因呢
试了,还是不行,能不能更新一下
试了,确实不行,能不能更新一下
也推荐一下我自己写的 https://twitdown.com