/** * 判断是否是ajax请求 * * @return boolean */ public static function BIsAjax() { return 'XMLHttpRequest' === Ko_Web_Request::SHttpXRequestedWith(); }