// 调用接口上传文件 using (var client = new HttpClient()) { using (var multipartFormDataContent = new MultipartFormDataContent()) { var values = new[] { new KeyValuePair<string, string>("a", "3"), new KeyValuePair<string, string>(&
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.IO; using System.Configuration; namespace WebApplication1 { /// <summary> /// PartialFileSet 的摘要说明 /// </summary> public class UpLoadPartialFile