@{ string result = ViewBag.result; if (string.IsNullOrEmpty(result)) { result = "结果显示区域..."; } } @section head{