摘要: import pymysql import contextlib @contextlib.contextmanager def get_cursor(): """获取数据库光标""" db_settings = { 'host': '', 'user': '', 'password': '', 'database... 阅读全文
posted @ 2018-08-30 22:37 Eunuch_Li 阅读(106) 评论(0) 推荐(0) 编辑