摘要: 1MB = 1兆字节 (megabyte) = 1024 × 1024 = 1,048,576 字节(byte) utf-8编码,1mb空间能存储约35万个汉字,(一个汉字占3字节,存储英文占1字节) with open('example8.txt', 'w', encoding='utf-8') 阅读全文
posted @ 2025-09-17 10:52 Clefairy 阅读(58) 评论(0) 推荐(0)