document.write("hello");是原样输出"hello"
document.getElementById("p1").style.color="blue"; 这句是找到ID为"p1"的内容,并将p1中的内容的样式设为蓝色
document.write("hello");是原样输出"hello"
document.getElementById("p1").style.color="blue"; 这句是找到ID为"p1"的内容,并将p1中的内容的样式设为蓝色
2014-10-09
举报