gpt4 book ai didi

scala - Unicode - Scala 打印平方根符号

转载 作者:行者123 更新时间:2023-12-01 23:41:30 34 4
gpt4 key购买 nike

我正在使用

println("\u221A")

它打印其他东西。 enter image description here

REPL 输出 - Windows 7 64 位

enter image description here

如何打印平方根符号?

最佳答案

您的代码在我的机器上打印平方根符号(MacOS X 10.11.5、iTerm2 3.0.20160604-nightly、zsh 5.0.8 (x86_64-apple-darwin15.0))

Welcome to Scala version 2.10.2 (Java HotSpot(TM) 64-Bit Server VM, Java 1.8.0_25).
Type in expressions to have them evaluated.
Type :help for more information.

scala> println("\u221A")

这可能与您的控制台的字符集有关。

请注意,您也可以这样做:

println("√")

因为 Scala 源代码是 Unicode 兼容的。

关于scala - Unicode - Scala 打印平方根符号,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37792005/

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