Razor 支持代碼混寫。在代碼塊中插入HTML、在HTML中插入Razor語句都是可以的。 @{ int num1 =10; int num2 =5; int sum = num1 + num2; string color ...
確定! 回上一頁