慕課 python 操作數據庫

  test_connection   1 import MySQLdb 2 3 conn = MySQLdb.Connect( 4 host = '127.0.0.1', 5 port = 3306, 6 user = '*****', 7 passwd = '*****', 8 db = 'czy', 9 charset =
相關文章
相關標籤/搜索