愤怒店员

文章
6
资源
0
加入时间
4年2月6天

JSP简易增删改查

项目思维导图如下:Index2servlet不需要!使用sqlServer建表脚本如下:学生表:建表create table tb_students(sid int primary key identity,sname varchar(100),steacher varchar(100),sclass int,shabbit varchar(200))插数据insert into tb_students values('小宝','晓哥',269,'唱歌,跳舞').