Let's go
摘要: 1、首先,js中,进行URL编码(使用escape) 2、一般处理程序或.ASPX接收页面进行接收参数并解码,使用(context.Server.UrlDecode) //学年 string strSchoolYear = context.Server.UrlDecode(context.Reque 阅读全文
posted @ 2020-03-18 18:23 chenze 阅读(535) 评论(0) 推荐(0) 编辑
摘要: 方法: static void Main(string[] args) { string a = "";string b=""; int[] _array = new int[6] { 1, 2, 3, 4, 5, 6 }; for (int i = 0; i < _array.Length; i+ 阅读全文
posted @ 2020-03-18 11:25 chenze 阅读(407) 评论(0) 推荐(0) 编辑
有事您Q我