switch -case是做类似于这样的事情:. 如果你有:. switch (rule) { case 2: // foo things; case 3: // bar things; case 5: // baz things; }. 大致上类似于.
確定! 回上一頁