Introduction
Wang Guotai's watercolor series No. 2 (Watercolor)
Test aspect ratio 3.45
A string used to separate each element in the array. If necessary, the separator will be automatically converted to a string type. If this parameter is not provided, the elements in the array will be separated by a comma (",") by default. If the separator is an empty string, there will be no characters between the elements after merging.
Return value
A string that combines all the elements of the array. If arr.length is 0, an empty string will be returned.
Description
After converting all elements in the array to string type, they will be concatenated into a single string. Any undefined or null elements will be treated as empty strings.