摘要: 1.表单字段序列化对象 阅读全文
posted @ 2019-05-06 16:08 智走 阅读(565) 评论(0) 推荐(0)
摘要: 《常用的请求头》 表单提交值写在encType中 <form encType="application/x-www-form-urlencoded;"> content-type对照表 《ajax上传文件》 阅读全文
posted @ 2019-05-06 13:43 智走 阅读(725) 评论(0) 推荐(0)
摘要: 1.新增jquer方法 $.fn.serializeObject = function () { var o = {}; var a = this.serializeArray(); $.each(a, function () { if (o[this.name] !== undefined) { 阅读全文
posted @ 2019-05-06 11:39 智走 阅读(228) 评论(0) 推荐(0)