push() 给数组添加元素,并且返回数组长度
如 : arr.push('a')
append() 是jq写法,添加节点到指定父级节点的子节点列表末尾
appendchild() 是append原生写法,他们用法一样