当前位置:   article > 正文

前端读取response.headers异常:Cannot read properties of undefined (reading ‘split‘)

前端读取response.headers异常:Cannot read properties of undefined (reading ‘split‘)

@[TOC](前端读取response.headers异常:Cannot read properties of undefined (reading ‘split’) )

  • 前端读取response.headers异常

  • Cannot read properties of undefined (reading ‘split’)

    • TypeError: Cannot read properties of undefined (reading ‘split’)

      • 报错解释:

        这个错误表明尝试读取一个未定义(undefined)的变量的属性split。在JavaScript中,只有对象才能拥有属性和方法,而当尝试在undefined上调用split方法时,会抛出TypeError错误,因为undefined没有split方法。****

      • res.headers[“content-disposition”]:注意content-disposition首字母小写,与后端不一致。

欢迎关注:有点建树,做更多交流。
在这里插入图片描述

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/秋刀鱼在做梦/article/detail/1007924
推荐阅读
相关标签
  

闽ICP备14008679号