byte字节型,int是整型,byte是8bit,int是32bit.

byte可以转换为int,但int转byte可能会报错,因为精度问题,可能会超过上界。char也可转int,互转int的关系和btye类似。

相关文章:

  • 2021-09-30
  • 2022-12-23
猜你喜欢
  • 2021-05-24
  • 2021-10-12
  • 2022-12-23
  • 2021-11-07
  • 2021-11-16
  • 2022-02-22
相关资源
相似解决方案