同一个数,两种排法 👁️ 1 人浏览 💬 0 人评论 ❤️ 添加收藏 运行下面这段程序,填写它打印出来的结果。import struct print(struct.pack("<I", 200).hex() + "/" + struct.pack(">I", 200).hex())
全部评论