c 語言中case的意思和用法*case 是開關語句的一個組成部分。*case的用法:switch (整型表達式){case 1:... ?;case 2: ... ?;...default: ...break;}C語言中switch case ...
確定! 回上一頁