$('#dataTable').DataTable({ columns: [ ], ajax: { url: url, type: 'POST', dataType: 'json', contentType: 'application/json', data(d) { // 分页信息 }, dataFilter(result) { // }, }, });