1<! DOCTYPE html>234<meta charset= "UTF-8" >5<title></title>67<body>8<script>9 functionShowfood () {Ten varDate=number (Prompt ("Today's Day of the Week")); One Switch(date) { A Case1: -Console.log ("Beef Stew Today"); - Break; the Case2: -Console.log ("stewed beef with potatoes today"); - Break; - Case3: +Console.log ("Today's beef stew persimmon"); - Break; + Case4: AConsole.log ("Today's beef stew radish"); at Break; - Case5: -Console.log ("Mushroom stew Chicken Today"); - Break; - Case6: -Console.log ("Today Saturday Holiday"); in Break; - Case7: toConsole.log ("Today Sunday Holiday"); + Break; - default: theConsole.log ("Your input is wrong"); * Break; $ }Panax Notoginseng } -</script> the<button onclick= "Showfood ()" > Today's Special Package </button> +</body> AThe end mechanism of swirch-case
1, hit the end of the break
2. Complete completion of execution
Javascript-switch-case Application-Case