之前在課堂的作業中第一次看到神奇的switch-case 用法,藉著機會研究一 ... switch (expr) { int i = 4; case 0: i = 12; default: printf("%d\n", ...
確定! 回上一頁