Groovy (그루비) ///// switch case (스위치 케이스) - 일반적인 switch case문 switch (num) { case 1: break; case 2: break; default: break; } ...
確定! 回上一頁