HBCMS更多的中文手册参考:

getBookmark Method

DHTML文档教程

Retrieves a bookmark (opaque string) that can be used with movetobookmark to return to the same range.

dhtml语法

sbookmark = textrange.getbookmark()

return value

string. returns the bookmark if successfully retrieved, or null otherwise.

remarks

this feature might not be available on non-microsoft® win32® platforms.

是否符合公共标准

There is no public standard that applies to this method.

Applies To

TextRange