📅  最后修改于: 2022-03-11 14:54:12.077000             🧑  作者: Mango
// You can access the values posted by jQuery.ajax
// through the global variable $_POST, like this:
$bar = isset($_POST['bar']) ? $_POST['bar'] : null;