我有一个具有以下值的 userBalance 承诺对象:
> userBalance
Promise {
'100000000000000000',
domain:
Domain {
domain: null,
_events:
{ removeListener: [Function: updateExceptionCapture],
newListener: [Function: updateExceptionCapture],
error: [Function: debugDomainError] },
_eventsCount: 3,
_maxListeners: undefined,
members: [] } }
问题是,我无法从中得到 100000000000000000。有办法吗?