剛想用lua的split函數,網上查了下,實現都比較複雜,自己寫了個:) string.split = function(s, p) local rt= {} string.gsub(s, '[^'..p..']+', f.
確定! 回上一頁