1、錯誤描述
在IE瀏覽器上:
Uncaught HierarchyRequestError:Failed to excute 'appendChild' on 'Node':The new child element contains the parent.
在Google瀏覽器上:
SCRIPT5022:DOM Exception:HIERARCHY_REQUEST_ERR(3) error
2、錯誤原因
在append()包含append()
如:
append(append("String"));
3、解決方法
去掉append中的append,將裡面的append中的字串放到外面的append裡