摘要:
$.ajax()方法详解 jquery中的ajax方法参数总是记不住,这里记录一下。 1.url: 要求为String类型的参数,(默认为当前页地址)发送请求的地址。 2.type: 要求为String类型的参数,请求方式(post或get)默认为get。注意其他http请求方法,例如put和del
阅读全文
posted @ 2019-04-30 17:07
Masonlu
阅读(12745)
推荐(0)
摘要:
包括 'datagrid-export.js' 文件 导出数据表格 导出 PDF 创建PDF文档,可以使用pdfmake 库。 方法 下面的方法继承datagrid: 参考
阅读全文
posted @ 2019-04-30 17:00
Masonlu
阅读(3550)
推荐(0)