可以快速上手的开发文档
pymysql模块的使用查询一条数据fetchone()frompymysqlimport*conn=connect(host='127.0.0.1',port=3306,user='root',..