php 如何实现用户自定义的定时任务

2025-05-17 17:36:32
推荐回答(1个)
回答1:

fnServerData": function ( sSource, aoData, fnCallback ) {
aoData.push( { "name": "table", "value": "wordforms" } );
$.ajax( {
"dataType": 'json',
"url": sSource,
"data": aoData,
"success": fnCallback
} );
}