- 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]的对象或属性本身就不存在。
测试:
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
网友评论