例子. --默认为第1个返回a的ascii值 local r = string.byte('abcdefg') --97 --从索引2(b)到索引4(d)也就是分别返回bcd的ascii值 local r1,r2,r3 ...
確定! 回上一頁