最近要寫一個程式抓取Yahoo的股票資訊,程式碼如下: System.Net.WebClient wb = new System.Net.WebClient(); wb.Encoding = Encoding.UTF8; string s= wb.
確定! 回上一頁