第一种:
UrlParam=UrlParam.Replace(cType,Server.UrlEncode(cType));
<%=HttpUtility.UrlEncode(cType)%>
第二种:
Server.HtmlEncode(string s)
Server.HtmlDecode(string s)
第一种:
UrlParam=UrlParam.Replace(cType,Server.UrlEncode(cType));
<%=HttpUtility.UrlEncode(cType)%>
第二种:
Server.HtmlEncode(string s)
Server.HtmlDecode(string s)