🌈 搜索
📅  最后修改于: 2022-03-11 14:45:55.020000             🧑  作者: Mango
file = open("sample.bin", "wb") COPYfile.write(b"This binary string will be written to sample.bin") COPYfile.close()