- 博客(5)
- 收藏
- 关注
原创 bootstrap
<!doctype html> <html lang="zh-CN"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- 上述3个m
2022-04-25 22:35:28 97 1
原创 Laravel
Student.php <?php namespace App\Http\Controllers; class Student{ public static $students=[ //把复制的学生信息 粘贴在这里面 ]; } ?> info.blade.php <body> <div class="col-md-8"> <h3 style="text-align: center;
2022-04-04 22:47:41 66
原创 学生信息:(作业)
代码 PhotoController class PhotoController extends Controller{ public $students=[('引入学生信息')]; @return \Illuminate\Http\Response public function index(){ $students=$this->students; $id=null; $xingming=null; $xh=null;
2022-03-29 23:10:31 94
原创 Bootstarp
导航条 <!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- 上
2022-03-14 21:57:19 78 1
原创 laravel
案例一 Route::get('/uuu/{id?}',function($id=1){ dd($id); }) where('id','[1-9][0-9a-zA-Z]+'); 图片 案例二 Route::get('/SFZ/{id?}',function($id){ dd($id); }) where('id','^[1-9]\d{5}(18|19|([23]\d))\d{2}((0[1-9])|(10|11|12))(([0-2][1-9])|10|20|30|31)\d{3}
2022-03-14 21:53:05 65 1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人