在开发过程中,经常会用到字符串分割,如C#中的string.Split函数,把一个字符串按某个子字符串分割成一个字符串数组。基本思想:使用Lua自带的string.gmatch()函数 ...
確定! 回上一頁