我正在开发 SteamTradeBot,但我遇到了getOffer()
.
manager.getOffer(trade_id[i],function(offer){...});
我的目标是输出 ID 并接受权衡,但它不起作用,因为offer
设置为 null。
console.log(offer.id);
^
TypeError: Cannot read property 'id' of null
有什么办法可以解决吗?
我正在开发 SteamTradeBot,但我遇到了getOffer()
.
manager.getOffer(trade_id[i],function(offer){...});
我的目标是输出 ID 并接受权衡,但它不起作用,因为offer
设置为 null。
console.log(offer.id);
^
TypeError: Cannot read property 'id' of null
有什么办法可以解决吗?