gpt4 book ai didi

java - 字符串类的 split() 的特殊行为

转载 作者:塔克拉玛干 更新时间:2023-11-03 03:10:04 24 4
gpt4 key购买 nike

根据我的理解,下面的程序应该打印 0,0 作为输出。

但是,当我运行这个程序时,我得到了 1,0 作为输出。

public class Test1 {
public static void main(String[] args) {
System.out.println("".split(";").length); //1
System.out.println(";".split(";").length);//0
}
}

请帮助我了解这里发生了什么?

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com