【javascript】配列と文字列の変換 - Qiita

#配列→文字列区切り文字列で結合する。ary = ['Spring','Summer','Fall','Winter'];str = ary.join(',');console.log(st…