gpt4 book ai didi

java - X 在 Integer.parseInt(..,X) 中做了什么?

转载 作者:行者123 更新时间:2023-11-29 05:55:29 25 4
gpt4 key购买 nike

我正在尝试从十进制和十六进制值中获取字符。

我试过这段代码。

(char) Integer.parseInt("AE",16)

它显示的是一个十六进制字符,即(R)。

然后我试了一下

(char) Integer.parseInt("65283",32)

那显示了一个东亚字符,也许是中国字符。

谁能解释一下,这些数字 (16,32) 代表什么?

提前致谢。

最佳答案

Integer.parseInt("AE",16)

16、32代表基数

Parses the string argument as a signed integer in the radix specified by the second argument

The characters in the string must all be digits of the specified radix

关于java - X 在 Integer.parseInt(..,X) 中做了什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12332965/

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