如何刪除字符串最後一位&JAVA&Android&&AndroidStudio

public  class  Test {      public  static  void  main(String[] args) {          String str =  "abcdefg" ;          System.out.println( "截取最後一個字符串生成的新字符串爲: "  + str.substring( 0 ,str.length()- 1 ));   
相關文章
相關標籤/搜索