📅  最后修改于: 2022-03-11 14:54:00.345000             🧑  作者: Mango
$.ajax({ url: 'phpscriptname.php',
data: {function2call: 'getEmployeesList', otherkey:otherdata},
type: 'post',
success: function(output) {
alert(output);
}
});