Java SE 討論區- Re:有關substring擷取字串的問題. ... String s2 = s1.substring( 6 ); System.out.println(s2); String s3 = s1.substring(2,5); ...
確定! 回上一頁