摘要:
代码:import MySQLdbconn=MySQLdb.connect(host='127.0.0.1', user='root', passwd='root', db='test', port=3306)cur=conn.cursor()row = cur.execute('select * ... 阅读全文
posted @ 2014-12-08 11:34
冷冰若水
阅读(144)
评论(0)
推荐(0)
浙公网安备 33010602011771号