Strange problem reading binary file data from network

前端 未结 0 515
孤街浪徒
孤街浪徒 2021-01-22 17:38

I have a very simple python script which reads file data and calculates the number of bytes read.

#!/usr/bin/env python

import sys, os

file_path = sys.argv[1]
e         


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