oldValue
2024年04月17日
一、认识
MutationRecord.oldValue
返回值取决于 MutationRecord.type
。对于属性 attributes
变化,返回变化之前的属性值。对于 characterData
变化,返回变化之前的数据。对于子节点树 childList
变化,返回 null。
MutationRecord.oldValue
返回值取决于 MutationRecord.type
。对于属性 attributes
变化,返回变化之前的属性值。对于 characterData
变化,返回变化之前的数据。对于子节点树 childList
变化,返回 null。