Syntax. Following is the syntax of TypeScript switch statement: switch (expression){ case constant1 : { // this is first case block break } case constant2 ...
確定! 回上一頁