Java switch case 如何不区分大小写switch 本身不能不区分大小写,但是我们可以使用toLowerCase() 或者toUpperCase 对输入字符串进行转换: switch (myString.
確定! 回上一頁