getElementById ('fontcheck'); var style = window.getComputedStyle(el, null).getPropertyValue('font-size'); var fontSize = parseFloat(style); alert(fontSize); ...
確定! 回上一頁