字符串定义使用单引号或双引号String a = "abcdefg"; String b = '12345'; ... List<String> a6 = a5.split(",");//使用,分割,返回的是一个数组
確定! 回上一頁