为什么看不到效果?第12 13行写如下代码: document.write("hello");, document.getElementById("p1").style.color="blue";
("hello");,这个后面用不着逗号呀
document.write("hello");, 把后面的这个逗号拿掉只要分号就可以了
多了逗号?