@Html.Raw(item.TravelInformationText) 我们将后台传过来的值,转化为html,因为它是,string类型,显示的不是html网页,所以需要我们转化一下。 显示效果: 相关文章: