gpt4 book ai didi

java - Java 中具有多个条件的三元运算符抛出错误

转载 作者:行者123 更新时间:2023-11-30 03:03:42 25 4
gpt4 key购买 nike

这是我在 Java 中的三元条件。

new_user_id.equals(userid) && new_key.equals(key) && !new_value.equals(value) ? updateValue() : System.out.println("New value already exists in DB");

我正在尝试匹配三个条件,并在所有三个条件都为真时调用 updateValue() 函数。但仍然会抛出错误“赋值的左侧必须是变量”。有什么想法吗?

最佳答案

JLS-15.25. Conditional Operator ? :说(部分)

It is a compile-time error for either the second or the third operand expression to be an invocation of a void method.

关于java - Java 中具有多个条件的三元运算符抛出错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35330842/

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