摘要: from exts import mail # 邮箱模块化 flask-emailmail.init_app(app) 阅读全文
posted @ 2025-01-23 23:09 我爱你的 阅读(7) 评论(0) 推荐(0)
摘要: Python数据验证库 https://docs.pydantic.org.cn/latest/ 阅读全文
posted @ 2025-01-23 04:35 我爱你的 阅读(14) 评论(0) 推荐(0)
摘要: # -*- coding: utf-8 -*- import scrapy class PostSpider(scrapy.Spider): name = 'post' # allowed_domains = ['www.xxx.com'] start_urls = ['https://fanyi. 阅读全文
posted @ 2025-01-23 00:11 我爱你的 阅读(13) 评论(0) 推荐(0)