javascript里的string.split很好用,半个月之前想给lua实现一个,最初的版本: function split(text, pattern) local i = 0 local parts = {} for part in ...
確定! 回上一頁