CoffeeScript 由數(shù)組創(chuàng)建一個字符串

2022-06-29 16:53 更新

由數(shù)組創(chuàng)建一個字符串

問題

你想由數(shù)組創(chuàng)建一個字符串。

解決方案

使用JavaScript的數(shù)組方法toString():

["one", "two", "three"].toString()
# => 'one,two,three'

討論

toString()是一個標(biāo)準(zhǔn)的JavaScript方法。不要忘記圓括號。

以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號