当前位置: 首页 > 科技观察

如何在 ASP.NET Core MVC 中使用 Razor 视图引擎_0

时间:2023-03-14 20:17:09 科技观察

Displayingnumbers1to10

@for(vari=1;i<=10;i++){

@i

}