📅  最后修改于: 2022-03-11 14:54:37.696000             🧑  作者: Mango
代码示例1
public function dshow($id)
{
//return "welcome to controller";
return view('user.profile', ['User' => UserController3::dshow($id)]);
}