WinForm開發瀏覽器,WebBrowser獲取頁面內容,如何解決中文亂碼

WebBrowser的編碼能夠從文檔對象中得到,將代碼改成以下便可。 

System.IO.StreamReader getReader = new System.IO.StreamReader(this.webBrowser.DocumentStream, System.Text.Encoding.GetEncoding(this.webBrowser.Document.Encoding)); 
string gethtml = getReader.ReadToEnd();html

 

http://www.cnblogs.com/antsoftcn/archive/2006/12/27/604746.htmlweb

相關文章
相關標籤/搜索