在vb中用WebBrowser控件获得html网页源代码,急 日期:2006-10-03 10:19:37 人气:1 在vb中用WebBrowser控件获得html网页源代码,急 Set webdoc = WebBrowser1.Document RichTextBox1.Text = webdoc.all(0).outerhtml 一直在和webbroser较劲啊!