我试过使用Webclient和HttpWebRequest都导致相同的404找不到错误。 使用Webclient: string url = "MyValidURLwithQueryString"; WebClient client = new WebClient(); ...
確定! 回上一頁