摘要: 1 public static string HttpConnectToServer(string ServerPage,string strData) 2 { 3 string postData =strData; 4 //解决乱码问题 5 byte[] dataArray = Encoding.UTF8.GetBytes(po... 阅读全文
posted @ 2017-02-09 15:27 lilyshy 阅读(1447) 评论(2) 推荐(0)
摘要: 1 2 3 4 5 24 25 26 27 28 阅读全文
posted @ 2017-02-09 15:25 lilyshy 阅读(1802) 评论(0) 推荐(0)