已采纳回答 / 行恒
function dclear(){ var mm=confirm("是否恢复原始设置:"); if(mm==true) { mydd.className="txt"; }}有问题。function dclear(){ if(confirm("确定取消设置吗?")){ var mychar=document.getElementById("txt"); mychar.style.color="#000"; mychar.style.background="#ff...
2016-05-18
function rec()
{
var love=prompt("你倒是说话啊");
if (love=="A"){document.write("滚");}
else if(love=="B"){document.write("你还不明白吗");}
else{document.write("哥们你在意个屁啊");}
{
var love=prompt("你倒是说话啊");
if (love=="A"){document.write("滚");}
else if(love=="B"){document.write("你还不明白吗");}
else{document.write("哥们你在意个屁啊");}
2016-05-17
已采纳回答 / JUST流年
你的宽高没有打引号。function weight(){ var kuangao=document.getElementById("txt"); kuangao.style.width="300px"; kuangao.style.height="200px";}
2016-05-17
var massage=confirm("啦啦啦啦")
if(massage=true)
{
document.write("得玛西亚!")
}
else
{
document.write("嘿嘿嘿")
}
if(massage=true)
{
document.write("得玛西亚!")
}
else
{
document.write("嘿嘿嘿")
}
2016-05-17
http://img1.sycdn.imooc.com//52e3677900013d6a05020261.jpg
2016-05-17