原文:Switch選擇語句能否作用在String【字符串】上,也就是能否這么寫:Switch(一個字符串變量)?

Switch選擇語句能否作用在String 字符串 上,也就是能否這么寫:Switch 一個字符串變量 解答:不可以,只能處理int,byte,short,char, 其實是只能處理int,其它三種是可以promotion到int型 不能處理Sring 。 ...

2018-08-28 16:13 0 1969 推薦指數:

查看詳情

刪除字符串中的一個字符

刪除字符串中的一個字符 public class Main {//刪除字符串中的一個字符 public static void main(String[] args) { String str = "this is Java"; System.out.println ...

Thu Oct 07 01:21:00 CST 2021 0 135
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM