摘要:
最近在看“韩志超”博主的Python接口测试文档,根据博主写的Python连接数据库文章来操作,终于顺利连接上并查到自己想要的数据了。 import pymysql class DB: def __init__(self): # 获取连接方法 self.conn = pymysql.connect( 阅读全文
摘要:
恢复内容开始 #!/usr/bin/env python3 # _*_coding: utf-8 import os import yaml import requests import time from time import sleep current_path = os.path.abspa 阅读全文