pythonCopy with open("sample.bin","rb") as f: data = f.read() print(data[2]) ... 這種佈局在打包和解壓資料時使用,是用格式字元指定的。
確定! 回上一頁