摘要:
转成 Base64 形式的 System.String: string a = "base64字符串与普通字符串互转"; byte[] b = System.Text.Encoding.Default.GetBytes(a); //转成 Base64 形式的 System.String a = Co 阅读全文
摘要:
两种验证方式 1.客户端post请求 发送代码: var r = WebRequest.Create(param.Url) as HttpWebRequest; //param.AuthorizeCode 验证参数 if (!string.IsNullOrEmpty(param.AuthorizeC 阅读全文