摘要:<p id="p1">Hello World!你好世界</p><p id="p2">Hello World!你好世界</p><script>document.getElementById("p2").style.color="blue";document.ge
<p id="p1">Hello World!你好世界</p>
<p id="p2">Hello World!你好世界</p>
<script>
document.getElementById("p2").style.color="blue";
document.getElementById("p2").style.fontFamily="楷體";
document.getElementById("p2").style.fontSize="140px";
</script>
批改老師:天蓬老師批改時間:2019-04-08 10:25:49
老師總結(jié):document.getElementById("p2").style.fontFamily="楷體";
字體不要寫中文,應(yīng)該寫英文