摘要: 1 import re 2 from pymysql import connect 3 import urllib.parse 4 import logging 5 6 7 URL_FUNC_DICT = dict() 8 9 def open_mysql(): 10 # 创建connect连接 11 conn = connect(h... 阅读全文
posted @ 2019-02-24 19:56 sure_feng 阅读(295) 评论(0) 推荐(0) 编辑