gpt4 book ai didi

java - 控制台的 readLine() 中的 NullPointerException

转载 作者:搜寻专家 更新时间:2023-10-31 08:05:27 24 4
gpt4 key购买 nike

这个:

Console c = System.console();
String readline;
String u = c.readLine("%s", "args");

抛出一个 NullPointerException。 但是该方法的签名是:

 public String readLine(String fmt, Object... args)

为什么抛出这个异常?

最佳答案

Console c = System.console();

c 是否为空?

Doc :

public static Console console()

Returns the unique Console object associated with the current Java virtual machine, if any.

Returns: The system console, if any, otherwise null.

关于java - 控制台的 readLine() 中的 NullPointerException,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1918297/

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