摘要: /* * http://127.0.0.1:8000/index?id=5 * hello_5 **/ Route::get('index/',function (){ return 'hello_'.$_GET['id']; }); /* * 控制器接收 ?(问号)参数 * http://127. 阅读全文
posted @ 2021-05-13 14:11 这该死的代码 阅读(432) 评论(0) 推荐(0)