target
2024年04月17日
一、认识
MutationRecord.target
根据 MutationRecord.type
, 返回变化所影响的节点。对于属性 attributes
变化,返回属性变化的节点。对于 characterData
变化,返回 characterData
节点。对于子节点树 childList
变化,返回子节点变化的节点。
MutationRecord.target
根据 MutationRecord.type
, 返回变化所影响的节点。对于属性 attributes
变化,返回属性变化的节点。对于 characterData
变化,返回 characterData
节点。对于子节点树 childList
变化,返回子节点变化的节点。