1 local function getByteCount(str, index) 2 local curByte = string.byte(str, index) 3 local byteCount = "not found" 4 if curByte == nil then ...
確定! 回上一頁