JavaScript基础——switch结构( switch和多重if结构区别)、 while循环、 do-while循环、for循环
1、switch结构switch(表达式){case常量1:语句;break;case常量2:语句;break;default:语句;}例子:请根据用户输入的数字判断菜单vara=prompt("今天是周几,看看中午吃啥子","周一");switch(a){case"周一":alert('清蒸罗非鱼');break;case"周二":alert('红烧罗非鱼');break;case"周三":al