해결법은 아래 함수를 추가후 string.split 함수를 사용하면 된다. function string:split(delimiter) local result = { } local from = 1 local ...
確定! 回上一頁