文章分类 -  PHP

摘要:首先看数据表: index.php 入口文件 <?phpinclude "StudentController.php"; StudentController.php 控制器 <?phprequire_once ("StudentModel.class.php");$modelObj = new St 阅读全文
posted @ 2022-04-10 17:40 崇尚技术 阅读(55) 评论(0) 推荐(0)