书写内容版本复印件是什么有知道的详细解释一下谢了
发布网友
发布时间:2023-05-11 15:01
我来回答
共1个回答
热心网友
时间:2024-12-04 06:02
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)
} );
}