摘要: 数据准备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-27 21:12 庄子游世 阅读(153) 评论(0) 推荐(0)