1 def Creat_Table(InitMySQL,tabel_name): 2 # 創建游標 3 cursor = InitMySQL.cursor() 4 sql = "create table if not exists " + tabel_name + ...
確定! 回上一頁