C#实现UrlEncode (URL编码)
摘要:
public static string UrlEncode(string str) { StringBuilder sb = new StringBuilder(); byte[] byStr = System.Text.En... 阅读全文
posted @ 2012-02-18 13:00 张大大123 阅读(209) 评论(0) 推荐(0)
posted @ 2012-02-18 13:00 张大大123 阅读(209) 评论(0) 推荐(0)