Response.Write(null); // 正常运行 Response.Write(HttpUtility.HtmlEncode(null)); // 正常运行 string.Format("{0}", null); // 出错
以上是 Response.Write、HttpUtility.HtmlEncode、string.Format 遇到 null 参数的情况。
本文标签:HtmlEncode 遇到 null 参数 情况
原文链接:
版权说明: 本文由作者上传,本站仅提供存储服务,转载请注明原文链接