zxlhust
- 粉丝: 1
- 资源: 7
看过该资源的人还看了
内容简介:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;namespace WebBrowserTest{public partial class Form1 : Form{HtmlDocument htmlDoc;public Form1(){InitializeComponent();}private void webBrowser...