document.body.attributeStyleMap.get("width") //returns with the type of the value (3px) document.body.computedStyleMap().get("width") ...
確定! 回上一頁