摘要:
参考博客:https://my.oschina.net/repine/blog/531150 Python 在 sys 模块中提供函数 getsizeof 来计算 Python 对象的大小。 sys.getsizeof(object[, default]) 以字节(byte)为单位返回对象大小。 数 阅读全文
摘要:
python 存储数据报错: UnicodeEncodeError: 'gbk' codec can't encode character '\U0001f612' in position 95: illegal multibyte sequence 解决:open(filename+'.json' 阅读全文