示例代码: 补充: innerWidth/Height:表示元素内容区域的宽度/高度; offsetWidth/Height:表示元素的实际宽度/高度 在firefox中还要注意单位 obj.style.height = a.clientHeight + "px"; 相关文章: