摘要:
# coding=utf-8 import pymysql import os host="localhost" user="root" password="root" db="exam" exceptTables=["exam_question_type",'exam_function','exam_admin_group'] conn = pymysql.connect(host=ho... 阅读全文
posted @ 2017-08-15 11:01
whmmm
阅读(262)
评论(0)
推荐(0)