how to convert bytes to txt file again and save in given directory

前端 未结 0 1230
春和景丽
春和景丽 2020-12-10 12:48

There is file as bytes in book.

class tobinary:
    def binarydata(self, filename):
        with open(filename, \'rb\') as file:
            blobdata = bytear         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题