摘要: using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; /// /// 用于取得一个文本文件的编码方式(Encoding)。 /// publ... 阅读全文
posted @ 2019-04-05 22:04 enych 阅读(5375) 评论(0) 推荐(1) 编辑
摘要: #region 发送post请求 public static string Post(string str) { string result = ""; HttpWebRequest req = (HttpWebRequest)WebRequest.Create("http://localhost:8563/... 阅读全文
posted @ 2019-04-05 21:58 enych 阅读(20722) 评论(1) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2019-04-05 21:50 enych 阅读(0) 评论(0) 推荐(0) 编辑