摘要: 给一个文本 和 编码类型 转换成 规定类型的 URL 编码 public static string GetUrlEncode(string s, System.Text.Encoding e) { if (s.Trim() != "") { return HttpUtility.Ur... 阅读全文
posted @ 2008-03-16 23:52 阿春 阅读(245) 评论(0) 推荐(0)