摘要: create database school charset utf8;use school;# 建立class表create table class( cid int unsigned not null auto_increment , caption varchar(50) not null u 阅读全文
posted @ 2019-07-04 23:04 对不起我是警察 阅读(92) 评论(0) 推荐(0)