为了账号安全,请及时绑定邮箱和手机立即绑定

我多加了一个判断为什么没有成功?这个代码哪部分出现问题了?请教大家

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>我们互动下</title>

<script type = "text/javascript">

    function w(){

        alert("关注JS高级篇")

    }

    function rec(){

        if(alert("guanzhuwo")=true){

            c=getElementById("cc")

            c.style.color="red"

            //document.write("sss")

        }

    }

</script>


</head>

<body>

    <h1>JS increase</h1>

    <button id ="aa" onclick=w()>JS进阶篇</button>

    <input name="bb" type="button" onClick="rec()" value="点击我,弹出对话框" />

    <br /> <br />

    <div id="cc">what the goodness!</div>

</body>

</html>


正在回答

6 回答

哈哈 alert报错了都

0 回复 有任何疑惑可以回复我~

alert弹出框是不返回任何东西的,没法判断

0 回复 有任何疑惑可以回复我~

function rec(){

        var changeColor = confirm("guanzhuwo");

        if(changeColor==true){

            var c=document.getElementById("cc") 

            c.style.color="red"

        }

    }


0 回复 有任何疑惑可以回复我~

function rec(){

        var changeColor = confirm("guanzhuwo");

        if(changeColor==true){

            c=document.getElementById("cc")

            c.style.color="red"

        }

    }

1 回复 有任何疑惑可以回复我~

想的是,如果点击弹窗确定,就给下面的div="cc" 换一个颜色

0 回复 有任何疑惑可以回复我~

划线部分的代码,是想给个颜色

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

我多加了一个判断为什么没有成功?这个代码哪部分出现问题了?请教大家

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信