关于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
相关文章
相关标签/搜索