摘要: #数据准备drop table if exists class;create table class( class_no int(2) unsigned zerofill primary key auto_increment comment '班级编号', class_name varchar(30 阅读全文
posted @ 2017-09-29 20:07 庄子游世 阅读(165) 评论(0) 推荐(0)
摘要: #数据准备drop table if exists class;create table class( class_no int(2) unsigned zerofill primary key auto_increment comment '班级编号', class_name varchar(30 阅读全文
posted @ 2017-09-29 20:06 庄子游世 阅读(212) 评论(0) 推荐(0)