测试ie6时出错, 发现 div的setAttribute不支持apply
查看 typeof div1.setAttribute 发现不是function而是object
查看 typeof div1.appendChild 发现不是function而是object
而 typeof Math.abs 却是 function
何解?