亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定

為什么我if語句一直判定else 是這個條件錯了么

<style>

? ? #test{

? ? display:none;

? ? width:120px;

? ? height:50px;

? ? border:1px solid blue;

? ? }

? ? #tesy{

? ? display:none;

? ? width:120px;

? ? height:50px;

? ? border:1px solid red;

? ? }

? ? #tesx{

? ? display:none;

? ? width:120px;

? ? height:50px;

? ? border:1px solid green;

? ? }

</style>

</head>


<body>

? ? ?<div id="test">1</div>

? ? ?<div id="tesy">2</div>

? ? ?<div id="tesx">3</div>

? ? ?<button onclick="sayHello()">點我!</button>


? ? <script type="text/javascript">

? ? ? ?function sayHello()

? ? ? ?{

? ? ? ? ? ? ? ? var test1=document.getElementById("test");

? ? ? ? ? ? ? ? var test2=document.getElementById("tesy");

? ? ? ? ? ? ? ? var test3=document.getElementById("tesx");

? ? ? ? ? ? ? ? ? if(test1.style.display=="none")

? ? ? ? ? ? ? ? {

? ? ? ? ? ? ? ? ? test1.style.display="block";

? ? ? ? ? ? ? ? }

? ? ? ? ? ? ? ? else

? ? ? ? ? ? ? ? {

? ? ? ? ? ? ? ? ? ?test2.style.display="block";

? ? ? ? ? ? ? ? }

? ? ? ? ?}

? ? </script>

? ? </body>

</html>


正在回答

2 回答

求解?。。。?/p>

0 回復 有任何疑惑可以回復我~
<style>
????#test{
????display:none;
????width:120px;
????height:50px;
????border:1px?solid?blue;
????}
????#tesy{
????display:none;
????width:120px;
????height:50px;
????border:1px?solid?red;
????}
????#tesx{
????display:none;
????width:120px;
????height:50px;
????border:1px?solid?green;
????}
</style>
</head>

<body>
?????<div?id="test">1</div>
?????<div?id="tesy">2</div>
?????<div?id="tesx">3</div>
?????<button?onclick="sayHello()">點我!</button>

????<script?type="text/javascript">
???????function?sayHello()
???????{
????????????????var?test1=document.getElementById("test");
????????????????var?test2=document.getElementById("tesy");
????????????????var?test3=document.getElementById("tesx");
??????????????????if(test1.style.display=="none")
????????????????{
??????????????????test1.style.display="block";
????????????????}
????????????????else
????????????????{
???????????????????test2.style.display="block";
????????????????}
?????????}
????</script>
????</body>
</html>


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

舉報

0/150
提交
取消

為什么我if語句一直判定else 是這個條件錯了么

我要回答 關注問題
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號