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

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

时间:2023-03-20 20:36:59 科技观察

Displayingnumbers1to10

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

@i

}