W
w_j_y
Unregistered / Unconfirmed
GUEST, unregistred user!
可否将以下C#编码转化为DELPHI
C#:
string url="http://www.yn-home.com";
this.webBrowser.Url = new System.Uri(url);
System.IO.StreamReader strm = new System.IO.StreamReader(this.webBrowser.DocumentStream, Encoding.GetEncoding("gb2312");
string docment = strm.ReadToEnd();
MessageBox.Show(strm.ReadToEnd());
C#:
string url="http://www.yn-home.com";
this.webBrowser.Url = new System.Uri(url);
System.IO.StreamReader strm = new System.IO.StreamReader(this.webBrowser.DocumentStream, Encoding.GetEncoding("gb2312");
string docment = strm.ReadToEnd();
MessageBox.Show(strm.ReadToEnd());