downloadstring

    0熱度

    2回答

    這裏是我的代碼 try { for (int i = 0; i < RichTextbox2.Lines.Length; i++) { var length = urlwebapi.Lines.Length; { WebClient f = new WebClient(); dynamic read = f.Download

    2熱度

    3回答

    我想從URL下載一個字符串。不幸的是,它非常緩慢。 這裏是我的代碼: // One of these types for two bad solutions anyway // byte[] result = new byte[12]; // string result; using (var webClient = new System.Net.WebClient(

    0熱度

    1回答

    我想獲取網頁的內容,但試圖訪問它顯示此錯誤 「非法字符在路徑」 我的問題是我如何解決它,有一個更好的方法來得到 頁面的內容現在我得到了Windows應用程序和網頁瀏覽器的內容,並沒有錯誤,但在ASP 我的代碼 Dim client As New Net.WebClient TextBox1.Text = client.DownloadString("www.url.com/") 和

    0熱度

    1回答

    我不明白爲什麼這行代碼拋出這個錯誤。 任何想法,不勝感激。 System.FormatException was unhandled Message=Input string was not in a correct format. Source=mscorlib StackTrace: at System.Number.StringToNumber(String str, Num

    3熱度

    2回答

    我試圖更新一些數據而不詢問Windows應用程序中的用戶,但是當我嘗試下載時,應用程序不可用並且控件不可觸摸。 代碼: using (WebClient client = new WebClient {Encoding = System.Text.Encoding.UTF8}) { string url = "http://domain_name.com/api/getSomeData";

    2熱度

    2回答

    我想從Google財經導入文本數據,並使用此http地址作爲DownloadStringhttp://www.google.com/finance/getprices?i=1200&p=1d&f=d,o,h,l,c,v&df=cpct&q=AAPL的參數。但是,由此產生的字符串會丟失任何換行符,因此解析起來非常困難。有任何想法嗎?

    0熱度

    2回答

    我試圖從一個網站使用webclient和下載字符串下載的字符串中找到Mauricio的索引。然而,在網站上它包含一個外國人物Maurício。所以我在其他地方發現了一些代碼 string ToASCII(string s) { return String.Join("", s.Normalize(NormalizationForm.FormD) .Where(c => ch

    1熱度

    3回答

    下面的代碼: WebClient wc = new WebClient(); wc.Encoding = Encoding.UTF8; string Url = "http://www.tsetmc.com/tsev2/data/instinfodata.aspx?i=59266699437480384&c=64"; return wc.DownloadString(Url); 代碼返回

    0熱度

    1回答

    我試過了所有可以在這些頁面上找到的東西,Webclient,HttpClient,HttpWebRequest等。我已經看過了提琴手並且複製了所有的cookies,添加了所有相同的頭文件和用戶代理等等。這些都適用於我嘗試的幾乎所有其他頁面,但由於某些原因,Toys'R'U只是超時。昨天一切正常,今天似乎已停止工作。 我已經張貼在這裏,但也有人只是嘗試下載的HTML的隨便舉個例子任何方法第一次: h

    0熱度

    1回答

    我試圖把我的外部IP放在一個標籤中,所以我正在下載基於網站的結果,但是當我通過VPN更改我的IP時,應用程序崩潰了,我相信這是因爲它不檢查if它試圖讓繩子掉下來。 在窗體加載... If Label1.Text = LastIp Then Try Dim wc As New WebClient Label1.Text = wc.DownloadString(