Switch is used to replace nested If-Else statements. Syntax. switch(condition){ case 'value1' : //code [break;] ...
確定! 回上一頁