tation_imgBox.children[0].before(tation_imgBox.children[4].cloneNode(true));//克隆指定元素放到指定的元素的前面before方法不兼容ie,怎么才能兼容ie
自己写个方法实现 before方法 。 其实就是 插入dom 。