摘要: https://www.cnblogs.com/hqjy/p/4083994.html --建库建表create database student;use student;create table student( sname varchar(10) not null, sno int not nu 阅读全文
posted @ 2018-09-10 17:46 你的斗志并没有失去 阅读(220) 评论(0) 推荐(0) 编辑