Let's check how many tables we have added to the database by running a simple SQLite query. cursor.execute(""" SELECT name FROM sqlite_master WHERE type='table' ...
確定! 回上一頁