HBCMS更多的中文手册参考:

insertData Method

DHTML文档教程

Inserts a new character string in the object at a specified offset.

dhtml语法

object.insertData(nOffset, sString)

Parameters

nOffset Required. Integerthat specifies the offset from which to start.
sString Required. Stringthat specifies the new character string.

Return Value

No return value.

是否符合公共标准

This method is defined in World Wide Web Consortium (W3C) Document Object Model (DOM) Level 1 Non-Microsoft link.

Applies To

COMMENT, TextNode