1PHAN's blog

归档 · 2023

首页

关于

归档

loading..

1 基本语法1.1 String在Java中,String 类是用于表示字符串的类,它提供了丰富的方法和功能来操作字符串。字符串是一组字符的序列,而在Java中,字符串是不可变的,这意味着一旦创建了字符串,就不能更改其内容。 以下是一些常用的 String 类的用法和示例: 1. 创建字符串可以通过直接赋值或使用构造函数创建字符串对象: String str1 = "Hello, World!"; // 使用直接赋值创建字符串 String str2 = new String("Hello, World!"); // 使用构造函数创建字符串 2. 获取字符串长度可以使用 length() 方法获取字符串的长度: String str = "Hello, World!"; int length = st..

更多

发现了一只乖乖猪~

更多

大标题小标题正文 #include <isotream>

更多

Hello World

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick StartCreate a new post$ hexo new "My New Post" More info: Writing Run server$ hexo server More info: Server Generate static files$ hexo generate More info..

更多