promise.then( function(result) { /* handle a successful result */ }, function(error) { /* handle an error */ } );. then的第一个参数是一个函数, ...
確定! 回上一頁