运行 ❯
获取你
自己
的 Java 服务器
×
更改方向
更改主题,明暗
前往 Spaces
public class Main { public static void main(String[] args) { String myStr = "Hello"; int result = myStr.codePointBefore(1); System.out.println(result); } }
72