随笔分类 -  python

摘要:try: (执行的代码) except: (发生异常时执行的代码) else: (未发生异常时执行的代码) finally: (无论是否发生异常都会执行的代码) raise(抛出异常) 阅读全文
posted @ 2021-09-22 15:12 干煸茄子 阅读(45) 评论(0) 推荐(0)
摘要:import reimport osimport timeimport randomimport requestsclass Zhihu_Photo(): def __init__(self): self.path = 'C:\desk\download' #存储图片的位置 self.questio 阅读全文
posted @ 2021-09-22 14:13 干煸茄子 阅读(127) 评论(0) 推荐(0)