using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.IO;
namespace Winfrom
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void button1_Click(object sender, EventArgs e)
{
string cookie = webBrowser1.Document.Cookie;
richTextBox1.Text = cookie;
}
private void Form1_Load(object sender, EventArgs e)
{
webBrowser1.Navigate("http://www.sufeinet.com");
}
}
}
string cookie = webBrowser1.Document.Cookie;
baichong6730165 发表于 2016-1-28 23:22
赞一个 !!!
真心希望站长多写几篇关于调试的,不会调试不能算是一个合格的程序员
现正努力学 ...
欢迎光临 苏飞论坛 (http://www.sufeinet.com/) | Powered by Discuz! X3.4 |