document.getElementByID('p1').style.color="blue"; 为什么第一段文字没有变蓝色?
check
check 2016-12-21 09:14:15
0
2
1003
check
check

全部回复(2)
数据分析师

document.getElementByID('p1').style.color="blue"; 为什么第一段文字没有变蓝色?-PHP中文网问答-document.getElementByID('p1').style.color="blue"; 为什么第一段文字没有变蓝色?-PHP中文网问答

围观一下哦,学习一下。

迷茫

document.getElementById('p1').style.color="blue"这样才对,document.getElementById()中的Id大小写有误

热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板