摘要: function btn_exportexecl() { $.ajax({ type: "get",// get或者post url: "/Export/ExportExceldc",// 请求的url地址 data: { holeid: ID},//请求的参数 dataType: "json", 阅读全文
posted @ 2019-12-07 18:32 万万万W 阅读(486) 评论(0) 推荐(0)