摘要:
//get请求 public static TResult Get(string host, string url) { var httpClient = new HttpClient { B... 阅读全文
posted @ 2016-01-08 13:45
nilz
阅读(1537)
评论(0)
推荐(0)
摘要:
void SerializeXmlNodes(XmlSerializer serialize, string filePath, List nodes) { using (FileStream fs = new FileStream(filePath, ... 阅读全文
posted @ 2016-01-08 13:22
nilz
阅读(703)
评论(0)
推荐(0)