// 获取文档内书签对象 const bookmarks = await app.ActiveDocument.Bookmarks // 所有书签 await bookmarks.Json() 参考获取所有书签 开发过程中,建议多使用文档的搜索功能,定位到指定API, 了解api的用法。