猿问
这两行代码什么意思
document.write("hello");
document.getElementById("p1").style.color="blue";
宝慕林6992211
浏览 1506
回答 3
3回答
Perona
看注释document.write("hello"); //向网页文档输出hello document.getElementById("p1").style.color="blue"; //获取页面中id名为p1的元素并把它的颜色样式赋为blue
0
0
0
随时随地看视频
慕课网APP
相关分类
JavaScript
我要回答