(1)数组连接数组名.concat(array1,array2...arrayN),指定分隔符连接数组元素,arr.join(分隔符),颠倒数组元素顺序reverse(),(2)选定元素slice(start,end)数组排序sort(方法函数)parseInt()字符串转化类型为整型。