摘要:
前端人,前端魂,前端最常打交道就是接口,来吧,用php撸两个~ 1、html部分 application\index\view\index\index.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta 阅读全文
摘要:
1、html部分 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" co 阅读全文
摘要:
1、打开PHPStudy并启动 2、打开 数据库管理工具、新建本地数据库(如果已经新建过就跳过这一步) (新建MySQL连接) 3、写控制器 application\index\controller\Index.php <?php namespace app\index\controller; // 阅读全文