2013年5月9日

wininet.dll函数库:不会过期的cookie

摘要: using System;using System.Text;using System.Runtime.InteropServices;namespace seaven{ class Program { /// <summary> /// 设置cookie /// </summary> [DllImport("wininet.dll", CharSet = CharSet.Auto, SetLastError = true)] public static extern bool InternetSetCookie... 阅读全文

posted @ 2013-05-09 23:18 seaven 阅读(384) 评论(0) 推荐(0) 编辑

导航