我現在做的是上傳後全塞進sqlite的資料庫另問... id=123, kind="test" sql = f"select {kind} from table where id = {id}" cur.execute(sql) ...
確定! 回上一頁