ctx.word.document的功能'goto'

2020-08-26 17:46发布

点击此处---> 群内免费提供SAP练习系统(在群公告中)加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)嗨, 在官方文档中, goto功...

         点击此处--->   EasySAP.com群内免费提供SAP练习系统(在群公告中)

加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)


嗨,

在官方文档中," goto"功能记录如下:

https://help.sap .com/viewer/dbe2687952b8433a953c6b6305429122/Cloud/zh-CN/2883dd876cd4409cbfce47f61c34f8ea.html

var result = ctx.word.document.goto({what:ctx.word.constants.goto.what.wdGoToBookmark,name:" main"});

我按如下方式使用它:< br>
ctx.word.document.goto({what:ctx.word.constants.goto.what.wdGoToBookmark,名称:'city'});

'city'是我的书签 字。 但是,它不起作用。

有人可以帮我举一个如何实现它的示例。
非常感谢!