You are totally correct. You CAN use switch with a string. The switch statement does take strings! Use this: switch (yourString) { case "Text": ...
確定! 回上一頁