摘要:
/// /// 获取远程html /// /// /// /// /// /// public static bool GetHttp(string url, string methed, string param, out string html) { methed = methed.ToLower(); if (param != null && methed == "get" && param.Length ... 阅读全文
摘要:
网上好不容易找到的,分享+收藏一、接口文件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 ... 阅读全文