Now ); } }. Time.razor @page "/time/{param:datetime}" <h3>Time</h3> <p>@Param</p> @code { [Parameter] public DateTime Param { get; set; } }.
確定! 回上一頁