// 异步 if (Request.Headers["X-Requested-With"] == "XMLHttpRequest") {} // 同步 if (Request.Headers["X-Requested-With"] == null) {}