当我们用Razor语法时,如果要输出一个表达式,比如三元运算符之类的,我们要在@后面加上括号,如:
@(s.ToString()), @(Model.Status == TaskStatus.STOP ? "checked" : "")