注意: otest.insertBefore(newnode,node); 也可以改为: otest.insertBefore(newnode,otest.childNodes[0]);
因为这个函数默认插入第一个位置。不是插在最后。
插入节点的前面,默认是第一个的,即从0开始的第一个子节点