开放太阳

文章
5
资源
0
加入时间
3年12月3天

mysql test

create database mytest;use mytest;create table stus(id int(11) not null primary key auto_increment, name varchar(10) not null, age int(11) not null, addr varchar(11), classId int(11) not null);crea...