join():
功能:将数组元素转换为字符串
语法:array.join(separator(可选))
toString():
功能:返回包含所有数组值的字符串,以逗号分隔。( join功能更强大)
语法:array.toString()
join():
功能:将数组元素转换为字符串
语法:array.join(separator(可选))
toString():
功能:返回包含所有数组值的字符串,以逗号分隔。( join功能更强大)
语法:array.toString()
本文标题:00012.js 数组方法 生成字符串
本文链接:https://www.haomeiwen.com/subject/gosylrtx.html
网友评论