2011-04-28 89 views

回答

0

這只是一個網站...

如何:

禮貌的
using (WebClient client = new WebClient()) 
{ 
    client.DownloadFile(url, filePath); 
} 

StackOverflow

相關問題