摘要:
pythonl操作pymysql 1.先导入pymysql 阅读全文
摘要:
外键; create table department ( id int auto_increment primary key, depart_name varchar(32) not null default '' )engine=Innodb charset=utf8; nsert into d 阅读全文