06逗号运算符2020.3.10

<!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  ,b=5,c=10;
// 声明多个变量时使用


document.getElementById("res").innerHTML="a";

</script>

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

猜你喜欢

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