URLError和HTTPError基礎用法

URLError是urllib庫的error模塊,屬性reason表示錯誤緣由  html from urllib import request,error try: response = request.urlopen('https://cuiqingcai.com/index.htm') except error.URLError as e: print(e.reason) 上
相關文章
相關標籤/搜索