摘要: 1、环境搭建 1.1 表结构 create table user ( id int primary key auto_increment, username varchar(20) not null, birthday date, sex char(1) default '男', address v 阅读全文
posted @ 2020-09-26 00:09 爱写代码的基 阅读(343) 评论(0) 推荐(0)