gpt4 book ai didi

scala - 7.toBinayString 在 scala REPL 中不起作用,但在 val k=7 时它起作用

转载 作者:行者123 更新时间:2023-12-03 23:59:12 25 4
gpt4 key购买 nike

这个问题不太可能对任何 future 的访客有帮助;它只与一个小的地理区域、一个特定的时间点或一个非常狭窄的情况相关,通常不适用于互联网的全局受众。如需帮助使这个问题更广泛适用,visit the help center .




8年前关闭。



scala> val s = 7.toBinayString 
<console>:7: error: value toBinayString is not a member of Int
val s = 7.toBinayString
^

scala> val k = 7
k: Int = 7
scala> k.toBinaryString
res44: String = 111

由于 val k = 7 和 7 被标识为 Int,而不是 RichInt 或 java.lang.Integer 我不明白为什么它们的处理方式不同。

为什么有区别?

最佳答案

因为拼写错误。

toBinayString -> toBinaryString 

enter image description here

关于scala - 7.toBinayString 在 scala REPL 中不起作用,但在 val k=7 时它起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8861059/

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