美文网首页
2018-08-10 nodejs经典报错

2018-08-10 nodejs经典报错

作者: 五大RobertWu伍洋 | 来源:发表于2018-09-23 12:25 被阅读15次
  1. UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): TypeError: Cannot read property '0' of null

测试:

ad={}
ad.pay[0]
VM226:1 Uncaught TypeError: Cannot read property '0' of undefined(…)

原因:被调用[0]的对象或属性本身就不存在。

相关文章

网友评论

      本文标题:2018-08-10 nodejs经典报错

      本文链接:https://www.haomeiwen.com/subject/jjskbftx.html