1.webBrowser1.DocumentText = 本地读取的网页文本。2.webBrowser1.Url = new Uri(本地网页路径);3.本机启用(IIS 或其它 )服务器,获取本地网页地址或在webBrowser1中显示。