摘要:
建立请求模型 1 2 3 4 5 6 7 public class UserInfo { public int Age { get; set; } public string Name { get; set; } public bool Sex { get; set; } public Guid I 阅读全文
摘要:
function initFileUpload(id) { var file = $("#" + id + ""); var files = file[0].files; var formData = new FormData(); for (var i = 0; i < files.length; 阅读全文