DOMCharacterData->substringData()(no version information, might be only in CVS) DOMCharacterData->substringData() -- Extracts a range of data from the node说明class DOMCharacterData {string substringData ( int offset, int count ) } Returns the specified substring. 返回值The specified substring. If the sum of offset and count exceeds the length, then all 16-bit units to the end of the data are returned. 异常
参见
| ||||||