既然新建的cteateTextNode要添加为p的子节点,为什么不能直接在p上面创建呢?为什么采用注释掉的那句替换19、20两句就是错误的呢?
createTextNode()是document的对象方法,用的时候语法是document.createTextNode(data)是固定的