lua string.pack string.unpack 函数pack 负责将不同的变量打包在一起,成为一个字节字符串。 函数unpack 将字节字符串解包成为变量。 字节符b 打包解包pack(“b”,str) ...
確定! 回上一頁