摘要: 一、建表 用户表tb_user create table if not exists tb_user( user_id int auto_increment, user_name varchar(32) not null, user_password varchar(64) not null, us 阅读全文
posted @ 2019-11-15 15:06 hoo_o 阅读(217) 评论(0) 推荐(0)