摘要: WebClient client = new WebClient(); 第一种 string URLAddress = @"http://files.cnblogs.com/x4646/tree.zip"; string receivePath=@"C:\"; client.DownloadFile 阅读全文
posted @ 2017-05-10 23:19 君莫笑·秋 阅读(4618) 评论(0) 推荐(0) 编辑
摘要: XPath可以快速定位到Xml中的节点或者属性。XPath语法很简单,但是强大够用,它也是使用xslt的基础知识。 示例Xml: 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 <?xml v 阅读全文
posted @ 2017-05-10 22:38 君莫笑·秋 阅读(2061) 评论(0) 推荐(0) 编辑