Self-Improvement

Python Reuqests 모듈 시 time 얻는법 본문

프로그래밍/Python

Python Reuqests 모듈 시 time 얻는법

JoGeun 2020. 2. 13. 10:32


resp=s.post(url, data=data)
print resp.elapsed.total_seconds()