新手村上路
2018-12-21 17:00
function mytext(){
box=document.getElementById("box");
sty=document.getElementById("sty").value;
val=document.getElementById("val").value;
if(sty=="color"){
box.style.color=val;}
else if(sty="backgroundcolor"){
box.style.backgroundColor=val;}
else if(sty=="height"){
box.style.height=parseInt(val)+"px";}
else if(sty="width"){
box.style.width=parseInt(val)+"px";}
else{
alert("输入错误");}
}
判断里面少写了一个等于号。。。求采纳。。谢谢
jQuery基础 (一)—样式篇
217509 学习 · 1218 问题
相似问题