posted @ 2020-07-17 16:00
冰魂雪魄
阅读(208)
推荐(0)
编辑
摘要:
string uid = "****"; string pwd ="456789"; string mobile = "4567890"; string msg = "34567890-"; var client = new RestClient($"https://submit.10690221.
阅读全文
posted @ 2020-07-17 15:48
冰魂雪魄
阅读(197)
推荐(0)
编辑
摘要:
C# 请求网址中汉字的编码转换 //汉字编码转换 String hz = "你好"; hz = System.Web.HttpUtility.UrlEncode(hz, Encoding.UTF8).ToUpper(); MessageBox.Show(hz); 命名空间“System.Web”中不
阅读全文
posted @ 2020-07-17 15:45
冰魂雪魄
阅读(469)
推荐(0)
编辑