摘要: byte : 0 -2^7—-2^7-1 short : 0 -2^15—-2^15-1 int : 0 -2^31—-2^31-1 long : 0 -2^63—-2^63-1 float : 0.0f -2^31—-2^31-1 double : 0.0d -2^63—-2^63-1 char 阅读全文
posted @ 2023-09-06 12:55 wrhiuo 阅读(6) 评论(0) 推荐(0)