首页 > 网站 > WEB开发 > 正文

javascript中的逗号使用

2024-04-27 14:04:09
字体:
来源:转载
供稿:网友

<html>

<head>

<title></title>
<script type="text/javascript">
a="b",c="e";
'jdfoewnfoe',123,a="e",c="d";
alert(a+c)
</script>
</head>

<body>

</body>

</html>


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表