简单教程
提交运行
代码编辑器:
<p id="demo"></p> <script> var x = 10; switch(x) { case "10": alert("Hello"); } </script>
运行结果: