输入banner图图片脚本导航/分类

建库和表的脚本.sql

int not null auto_increment, name varchar(20) not null, age int not null, sex tinyint(1) not null, primary key (id) )

2.建好的效果:

技术分享

建库和表的脚本.sql

标签: