摘要:
1.引进
名称空间 using System.Runtime.InteropServices;
2.注册
[DllImport("wininet.dll", CharSet = CharSet.Auto, SetLastError = true)]
public static extern bool InternetSetCookie(string lpszUrlName, string lbszCookieName, string lpszCookieData); 阅读全文
posted @ 2011-08-31 16:05 isGood 阅读(890) 评论(0) 推荐(1)
浙公网安备 33010602011771号