在使用appendChild和insertBefore时,出现
Uncaught NotFoundError : An attempt was made to reference to a Node in a cotext where it does not exist 错误
经测试是因为误认为parent可以是向上n级的parent,而实际上应该是向上第一级的parent才正确。也许是为了提高查找效率,让程序员写得更精确点。
在使用appendChild和insertBefore时,出现
Uncaught NotFoundError : An attempt was made to reference to a Node in a cotext where it does not exist 错误
经测试是因为误认为parent可以是向上n级的parent,而实际上应该是向上第一级的parent才正确。也许是为了提高查找效率,让程序员写得更精确点。