--bad argument #2 to 'pack' (integer overflow),意思是pack的第二个参数整型溢出了. print(unpack(">b", str1)) --输出-128 2 ,这个2表示下一个字节的位置.
確定! 回上一頁