import com.tkscommons.StringUtils; public class ExampleClass { public static void main(String[] args) { String str = "Hello, world!"; String reversedStr = StringUtils.reverse(str); System.out.println(reversedStr); } }


上一篇:
下一篇:
切换中文