随笔分类 -  html

摘要:let form_data = decodeURIComponent($('#form-filedir-add').serialize());//decodeURIComponent()解决serialize()后中文乱码问题var DataDeal = { //将从form中通过$('#form' 阅读全文
posted @ 2022-08-13 15:30 土克郎 阅读(395) 评论(0) 推荐(0)
摘要:ajax $.ajax({ type: "post", url:"", processData: false, contentType: false, success: function (data) { } }); 阅读全文
posted @ 2022-08-12 15:05 土克郎 阅读(40) 评论(0) 推荐(0)