发布网友 发布时间:2022-04-21 17:23
共2个回答
热心网友 时间:2022-04-11 00:59
fnServerData": function ( sSource, aoData, fnCallback ) {
/* Add some extra data to the sender */
aoData.push( { "name": "more_data", "value": "my_value" } );
$.getJSON( sSource, aoData, function (json) {
/* Do whatever additional processing you want on the callback, then tell DataTables */
fnCallback(json)
} );
}
热心网友 时间:2022-04-11 02:17
搭建php环境和mysql