12 2020 档案

C#版escape unescape
摘要:/// <summary> /// Escape方法 /// </summary> /// <param name="s"></param> /// <returns></returns> public static string Escape(string s) { StringBuilder s 阅读全文

posted @ 2020-12-11 16:07 炼金师 阅读(127) 评论(0) 推荐(0) 编辑

C# 编码解码
摘要:string test = "小飞侠"; test = HttpUtility.UrlEncode(test, Encoding.UTF8);//编码 test = HttpUtility.UrlDecode(test, Encoding.UTF8);//解码 阅读全文

posted @ 2020-12-11 15:28 炼金师 阅读(247) 评论(0) 推荐(0) 编辑

asp.net跨域问题
摘要:方案一: web.config中的“system.webServer”标签页中添加 <httpProtocol> <customHeaders> <add name="Access-Control-Allow-Origin" value="*" /> <add name="Access-Contro 阅读全文

posted @ 2020-12-02 16:54 炼金师 阅读(100) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

点击右上角即可分享
微信分享提示