larken

勤奋的人生才有价值

导航

urllib — URL handling modules

urllib is a package that collects several modules for working with URLs:
  •urllib.request     for opening and reading URLs
  •urllib.error       containing the exceptions raised by urllib.request
  •urllib.parse       for parsing URLs
  •urllib.robotparser for parsing robots.txt files

 

posted on 2019-03-23 23:02  larken  阅读(98)  评论(0编辑  收藏  举报