发布网友
共1个回答
热心网友
<script>
var x;
switch(x)
{case a:
alert("1");
case b:
alert("2");
case c:
alert("3");
}
</script>