<p style="text-indent:2em;"><span style="color:#ff0000;">问题分析:</span></p> <p style="text-indent:2em;">sa调用的字段有时候会带有乱码,如下图:</p> <p style="text-indent:2em;"><img alt="" src="$/History/tech/uploadfiles/2018/9/201809041742351111.png" style="width: 727px; height: 179px;" /></p> <p style="text-indent:2em;"><span style="color:#ff0000;">解决方法:</span></p> <p style="text-indent:2em;">找到对应的模板添加sa自带的去掉html函数 @Html.Raw()即可,如下图:</p> <p align="center"><img align="" alt="" src="$/History/tech/uploadfiles/2018/9/201809041745269322.png" style="border-width: 0px; border-style: solid; width: 700px; height: 137px;" /></p> <p style="text-indent:2em;"> </p>