程式碼如下 db = pymysql.connect(host = "127.0.0.1",port = 3306 ,user= "root", passwd="test123",db='test', charset='utf8' ) cursor = db.cursor()
確定! 回上一頁