gpt4 book ai didi

java - 为什么这段代码有效?

转载 作者:塔克拉玛干 更新时间:2023-11-02 19:26:42 25 4
gpt4 key购买 nike

<分区>

伙计们,我最近看到了一段代码,但不知道它为什么有效?

 public class Test1{

static Test1 test(){
System.out.println("test");
return null;
}

static void print(){
System.out.println("print");
}

public static void main(String...strings){
test().print();
}

}

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