摘要: 1.执行js: this.webBrowser1.ObjectForScripting = this; this.webBrowser1.DocumentText = "" + ""; this.webBrowser1.Document.InvokeScript("getUin");2.WebBrowser常用属性.Navigate(new Uri(address)); //打开链接.Refresh();//刷新.GoBack();//后退.GoForward();/... 阅读全文
posted @ 2013-02-02 16:40 zzw_88 阅读(369) 评论(0) 推荐(0)