@page "/example/{param?}"
<h3>URL参数:@Param</h3>
@*<HelloWorld Text="123"></HelloWorld>*@
@code {
[Parameter]
public string? Param { get; set; }
}