Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 4 months ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
您正在使用三元运算符,但与此同时,您正在将错误消息制作成意大利面条。不会走那条路:)
You are using ternary operator, but in the same time, you are making spaghetti out of your error messages. Doesn't go that way :)
试试这个:
三元运算符比赋值具有更高的优先级操作员。
Try this:
The ternary operator has a higher precedence than the assignment operator.