Navigator.push(context,MaterialPageRoute(builder: (context){ // 返回自定义的Widget并传递参数 return Home('Rob'); } ...
確定! 回上一頁