摘要: 关键字驱动实现-框架思想 import json from requests import Session class Base(object): host = "https://www.shenzhuohl.com" Session = Session() def post(self, url, 阅读全文
posted @ 2022-03-02 10:18 chron 阅读(60) 评论(0) 推荐(0)