• 2022-06-17
    【单选题】var num=25;switch(num>;20){case "yes":alert("幸福");break;case 10:alert("快乐");break;case true:alert("健康");break;default:alert("判断不了")}运行上面的程序输出结果是什么?
    A: 幸福
    B: 快乐
    C: 健康
    D: 判断不了
  • 举一反三