switch (expression) { statements }
jsswitch (式){ case 値1: 実行する文; break; case 値2: 実行する文; break; default: 実行する文; break; }