摘要:
js核心代码: function UploadFile() { var formData = new FormData(); jQuery.support.cors = true; var file = $("#uploadFile")[0].files[0]; formData.append("f 阅读全文
摘要:
using System; namespace Test{ [AttributeUsage(AttributeTargets.Property)] public class StringLengthtAttribute : Attribute { private int _maximumLength 阅读全文