關於PyCharm 中使用sqlite建立數據庫表,表不顯示的問題。

1.問題:sql 在pycharm中將爬取的數據經過sqlite3保存在數據庫表中,數據庫名稱爲:film.sqlite3,建立表名爲:filmtop250。過程爲數據庫 import sqlite3 film = sqlite3.connect('film.sqlite3') create_table = 'create table filmtop250(rank integer,title v
相關文章
相關標籤/搜索