小仙_25
2015-01-21 17:29
为什么我写的这段代码无法显示出效果?是不是哪里有什么问题,请指出,谢谢!
<script type="text/javascript">
function but1()
{
document.getElementById("txt").style.color="blue"
document.getElementById("txt").style.backgroundColor="pink"
}
function but2(){
document.getElementById("txt").style.width="200px"
document.getElementById("txt").style.height="150px"
}
function but3(){
document.getElementById("txt").style.display="none"
}
function but4(){
document.getElementById("txt").style.display="blcok"
}
这样写 目测没有问题啊!
JavaScript入门篇
739818 学习 · 9566 问题
相似问题