08 2008 档案

摘要: --编码System.Convert.ToBase64String(System.Text.Encoding.Default.GetBytes(变量1)).Replace("+", "%2B")--解码System.Text.Encoding.Default.GetString(System.Convert.FromBase64String(Request["变量2"].Trim().Replac...阅读全文
posted @ 2008-08-06 14:16 liyundong 阅读(29) | 评论 (1) 编辑