go

如何获取io.reader对象的大小?

英文: How to get the size of an io.reader object 问题 我想要获取io.reader的大小,以便返回一个base64图片的长度。 主要问题是获取解码后的大小...