慕粉3145778
2016-07-01 19:47
document.write("hello");
document.write("<font color='blue'>hello</font>")
document.write("<a style='color:blue'>hello</a>")
以上都不对,使用这个document.write("hello".fontcolor("Blue"));
试了下 上面的都不可以
不行的吧 三四楼write都拼错了
document.writ("hello").style.color = "blue";
document.writ("hello").style.color = "blue"
document.write("hello").style.color = "blue"
document.write("hello").style.color = "blue"
JavaScript入门篇
739817 学习 · 9566 问题
相似问题