lua 字符串切片. 1、lua 字符串分割提取. 用string.sub(a,i,j) 函数.他返回字符串a,从第i个到第j个字符的子字串.1234 a=101 print(string.sub(a,1,1)) ...
確定! 回上一頁