join. 引数文字列で、配列の各要素を連結します。 def list = ['a', 'b', 'c']; println list.join(','). 実行結果は以下です。 $ groovy ListSample9 ...
確定! 回上一頁