System.Web.dll中,System.Web.HttpUtility.HtmlEncode(string s)方法的原理是这样的:首先判断传入的字符串是否为null,如果是,则返回null if (s == null) .
確定! 回上一頁