RGSS Tips @Wiki
文字列を一文字ずつ分けて配列にする
最終更新:
匿名ユーザー
-
view
str = "str 文字列" 文字の配列 = str.split(//) 文字の配列 = str.split(/./)