摘要: import io f = io.StringIO() f.write("") f.getvalue() f.close 二进制 f = io.Bytesio() 阅读全文
posted @ 2018-11-01 21:51 山…隹 阅读(315) 评论(0) 推荐(0)