Binary data can be handled as Lua strings, since strings are not NUL-terminated. > s = 'one\0two\0three' > = s one > = #s 13 > for k in s:gfind '%Z+' do ...
確定! 回上一頁