标签: javascript html css
的CSS:
p { color: red; }
HTML:
<p id='h1'>asd</p> <script> var h1 = document.getElementById('h1'); </script>
当我输入&#34; h1.style.color&#34;时,为什么我会得到一个空字符串?在控制台?