GetEncoding ("big5");. //取得網頁的byte[] 資料. _htmlBuffer = _proxy.GetHtml();. //使用big5 編碼取得文字內容. _html = _encoding.GetString(_htmlBuffer);.
確定! 回上一頁