摘要: 一、以下是最常用的四种类型: (1)、application/x-www-form-urlencoded这应该是最常见的 POST 提交数据的方式了。浏览器的原生 <form> 表单,如果不设置 enctype 属性,那么最终就会以 application/x-www-form-urlencoded 阅读全文
posted @ 2020-04-28 10:11 进步者One 阅读(7091) 评论(0) 推荐(2)
摘要: using ICSharpCode.SharpZipLib.GZip; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.IO; using System.Net; using Sy 阅读全文
posted @ 2020-04-28 09:02 进步者One 阅读(669) 评论(0) 推荐(0)