AGuier 9年前 多域名 group 代码: Route::group(['domain' => '{account}.myapp.com'], function () { Route::get('user/{id}', function ($account, $id) { // }); }); 官网的文档。我打印过Account 输出的是一个对象啊。 怎么返回 {account} 的字符串呢?