PHP生成随机数的几种方法

如题所述

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)
} );
}
温馨提示:答案为网友推荐,仅供参考
第1个回答  2018-05-26
rand(1,9999)

相似回答