java如何实现字符串的反转及替换

时间:2025-04-04 15:45:30
反转:
public class test{
 public static void main(String[] args) {
  Scanner input = new Scanner();
  ("请输入:");
  String s1 = ();//得到输入的字符串
  ("翻转后:");
  for(int i=()-1;i>=0;i--){
   ((i));
  }
 }
}
或者
import .*;
public class StringChange{
    public static void main(String[] args){
     ("Please enter the String:");
     String str = new Scanner().nextLine(); //输入字符串
     String s2[] = ("\\s");   //  \s  以空格为分隔符拆分字符串,并保存到数组s2里面
     for (int i = -1; i >= 0; i--) {  //反向输出数组
         (s2[i]+" "); 
     }
  }
}

或者使用StringBuilder的reverse和replace方法

参考的API
其中包含replace和reverse方法

相关文章