美文网首页
00012.js 数组方法 生成字符串

00012.js 数组方法 生成字符串

作者: 笑着字太黑 | 来源:发表于2022-02-22 09:01 被阅读0次
join(): 
  功能:将数组元素转换为字符串
  语法:array.join(separator(可选))
toString(): 
  功能:返回包含所有数组值的字符串,以逗号分隔。( join功能更强大)
  语法:array.toString()

相关文章

网友评论

      本文标题:00012.js 数组方法 生成字符串

      本文链接:https://www.haomeiwen.com/subject/gosylrtx.html