我在下面的代码中有一个简短的问题:
function closeWindow() {
// Run a batch operation against the Word object model.
Word.run(function (context) {
Office.context.ui.closeContainer();
// Synchronize the document state by executing the queued commands, and return a promise to indicate task completion.
return context.sync();
})
.catch(errorHandler);
}
//
我不知道为什么模式不能捕获'4-1'