正确的方法尝试/除了使用Python请求模块?
try: r = requests.get(url, params={'s': thing})except requests.ConnectionError, e: print e #should I also sys.exit(1) after this?
这是对的吗?有没有更好的方法来构造这个?这能覆盖我所有的基地吗?
相关分类