Skip to content

记录

查询记录。

const sheet = await space.getActiveDatasheetAsync();
const records = sheet.getRecordsAsync();

for (let i of records) {
  console.log(i.title);
}
Hello
World
未命名记录

联系 math@baima.site