您好,欢迎访问一九零五行业门户网

PHP 检测是否 Ajax 请求

跳至
$ajax = false; if(!empty($_server['http_x_requested_with']) && strtolower($_server['http_x_requested_with']) == 'xmlhttprequest') { $ajax = true; }
其它类似信息

推荐信息