Java之String類詳解

String類在所有項目開發之中都會使用到! 1. 實例化方式 ① 直接賦值:String str= "Hello world"; ② 通過構造方法產生對象(傳統法):String str = new String("Hello world"); public class ShiLiHua { public static void main(String[] args) {
相關文章
相關標籤/搜索