2016年6月20日

webBrowser获取cookie

摘要: private void BtnOpenUrl_Click(object sender, EventArgs e) { if (txtUrl.Text != "") { MywebBrowser.Url = new Uri(txtUrl.Text); } } ... 阅读全文

posted @ 2016-06-20 22:01 HOT SUMMER 阅读(2723) 评论(0) 推荐(0)

导航