00012.js 数组方法 生成字符串
2022-02-22 本文已影响0人
笑着字太黑
join():
功能:将数组元素转换为字符串
语法:array.join(separator(可选))
toString():
功能:返回包含所有数组值的字符串,以逗号分隔。( join功能更强大)
语法:array.toString()
join():
功能:将数组元素转换为字符串
语法:array.join(separator(可选))
toString():
功能:返回包含所有数组值的字符串,以逗号分隔。( join功能更强大)
语法:array.toString()