str = "abc;123;345". local tab = string.split(str, ";"). 然後list裏面就是. abc 123 345. 了。第二個參數可以是多個字符,但是不能是Lua正則表達 ...
確定! 回上一頁