摘要: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
浙公网安备 33010602011771号