摘要: 1.发送json数据 // 提交表单数据到后台处理$.ajax({ type: "post", data: $('#form_data').serialize(), contentType: "application/json", url: "/Home/Submit", beforeSend: f 阅读全文
posted @ 2020-11-24 14:08 永无八哥 阅读(154) 评论(0) 推荐(0) 编辑