摘要: 1. 复制书籍管理,生成新闻管理 数据库建表 create table news ( id int auto_increment comment 'ID' primary key, title varchar(255) not null comment '标题', content text not 阅读全文
posted @ 2024-07-02 08:14 少年阿川 阅读(114) 评论(0) 推荐(0)