39 数据库索引
摘要:import pymysql conn = pymysql.connect( host='127.0.0.1',#localhost port=3306, user='root', password='222', #字符串 database='crm', charset='utf8' ) cursor = conn.cursor(pymys...
阅读全文
posted @ 2019-02-25 19:21
posted @ 2019-02-25 19:21
博客园 © 2004-2025
浙公网安备 33010602011771号
浙ICP备2021040463号-3