欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

XML DOM insertData() 方法

定義和用法

insertData() 方法把字符串插入 TextComment 節(jié)點。

語法:

CharacterData.insertData(start,string)
參數(shù) 描述
start 必需。要把字符串插入 Text 節(jié)點或 Comment 節(jié)點的字符位置。
string 必需。要插入的字符串。

拋出

該方法可以拋出具有以下代碼的 DOMException 異常

INDEX_SIZE_ERR - 參數(shù) startlength 是負數(shù),或 length 大于 Text 節(jié)點或 Comment 節(jié)點的長度。

NO_MODIFICATION_ALLOWED_ERR - 節(jié)點是只讀的,不能修改。

描述

該方法將指定的字符串 string 插入 Text 節(jié)點或 Comment 節(jié)點的指定位置 start 的文本處。

相關(guān)頁面

XML DOM 參考手冊:Text.insertData()

XML DOM 參考手冊:Comment.insertData()