如何显示 console.log?

时间:2021-02-06 08:11:49

标签: javascript excel-addins javascript-api-for-office

本主题与使用 javascript api 开发 excel 加载项的人员有关。

https://docs.microsoft.com/en-us/office/dev/add-ins/excel/excel-add-ins-ranges#get-the-selected-range

如何在 VSCODE 控制台或调试控制台中通过 console.log(`The address of the selected range is "${range.address}"`); 显示消息?

相关问题