做个备忘 <%= %> 内容原封不动输出 <%: %> 对内容进行编码后输出 即:<%: str %> 等价于 <%= Html.Encode(str) %> 转载于:https://www.cnblogs.com/h82258652/p/3939737.html