Synthetic Function “##” in scala

后端 未结 0 1924
执笔经年
执笔经年 2021-02-12 17:34

I recently saw some code like this code:

val x: Any = \"a\"
val y = x.## // y: Int = 97

Well, ok the output is just the ASCI value of \'a\', bu

相关标签:
回答
  • 消灭零回复
提交回复
热议问题