My intention is to call two cases inside another case in the same switch statement,switch ... case (x < 9): alert("between 5 and 8"); break; case (x < 12): ...
確定! 回上一頁