代码如下: Navigator.pushNamed(context, '/route2', arguments: '路由的参数'); 请问在 /route2 中 通过什么方式来获取 arguments 的参数?