Jump

  • Jump to Case Label

    一、基本用法 int num = 1; switch (num) { case 1: printf(“num is 1\n”); break; case 2: printf(“nu…

    编程 2024-12-30