05关系运算符2020.3.9

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>
<body>

    <h2 id="res"> </h2>
<script>
var a=100 ;
if (a=100);
{
     document.getElementById ("res").innerHTML= "很好" ;  
     }
</script>


   




</body>
</html>
发布了40 篇原创文章 · 获赞 3 · 访问量 492

猜你喜欢

转载自blog.csdn.net/weixin_43079958/article/details/105088525