顯式Razor 表達式包含一個帶一對括號的 @ 符號,比如在頁面上渲染上周的時間: <p>Last week this time: @(DateTime.Now - TimeSpan.FromDays(7))</p>.
確定! 回上一頁