DestructiveInsert 方法 (Selection 对象)¶
插入文本,覆盖已存在的文本。 str 指定要插入的字符串,覆盖已存在的文本。 支持 EmEditor 4.00 或之后的版本。¶
[JavaScript]¶
document.selection.DestructiveInsert( str );
[VBScript]¶
document.selection.DestructiveInsert str
参数¶
版本¶
宏参考 — Selection 对象 — DestructiveInsert 方法 (Selection 对象)