mysqldb = pymysql.connect(. host="127.0.0.1",. user="root",. passwd="123456",. database=dbName). return mysqldb. except Exception as e:.
確定! 回上一頁