怎么修改 document.write里面的字的颜色等。。
document.write("<font style='color:#FF0000; font-size:20px'>写成font标签加样式就好啦</font>
设置个id,之后document.getElementById("id").style.color="gray或者其他";