into = int(sid1.get()); conn = pymysql.connect(host='localhost', user="root", passwd="", database='stu'); cur = conn.cursor() ...
確定! 回上一頁