我在angular5中使用httpinterceptor时遇到了奇怪的问题。我无法在Chrome中获取错误响应和错误状态代码,但能够在IE中获取下面是我的HttpInterceptor代码。import{Injectable}from'@angular/core';import{HttpInterceptor,HttpRequest,HttpHandler,HttpResponse}from'@angular/common/http';import{finalize,tap}from'rxjs/operators';@Injectable()exportclassLoggingInte