博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2008年4月11日

摘要: Get the source code via a urlC# codeprivate string getWebresourceFile1(string url){WebClient myWebClient = new WebClient(); byte[] myDataBuffer = myWebClient.DownloadData(url); string SourceCode = Enc... 阅读全文

posted @ 2008-04-11 17:20 Snapping 阅读(398) 评论(0) 推荐(0) 编辑

摘要: 以下是引用片段: 、 阅读全文

posted @ 2008-04-11 10:04 Snapping 阅读(287) 评论(0) 推荐(0) 编辑