摘要: ### 准备工作 创建 表stu 和 表class ```sql create table IF NOT EXISTS stu ( id bigint unsigned AUTO_INCREMENT comment '学号', name varchar(50) not null comment '姓 阅读全文
posted @ 2023-07-14 21:28 _lyl 阅读(48) 评论(0) 推荐(0) 编辑