摘要: /// /// 获取远程html /// /// /// /// /// /// public static bool GetHttp(string url, string methed, string param, out string html) { methed = methed.ToLower(); if (param != null && methed == "get" && param.Length ... 阅读全文
posted @ 2013-10-09 17:10 suger 阅读(1127) 评论(0) 推荐(0) 编辑
摘要: 网上好不容易找到的,分享+收藏一、接口文件using System;using System.ComponentModel;using System.Net;using System.Runtime.InteropServices;using System.Security;using System.Security.Permissions;using System.Text;namespace CookieHandler{ internal sealed class INativeMethods { #region enums public enum ... 阅读全文
posted @ 2013-10-09 14:18 suger 阅读(7396) 评论(2) 推荐(1) 编辑