06 2021 档案

摘要:类型转换 publicclassdemo06 { publicstaticvoidmain(String[] args) { inti=128; byteb= (byte)i;//内存溢出 byte 最大值127 //低 高 //byte,short,char,int,long,float,doub 阅读全文
posted @ 2021-06-03 23:03 零八落 阅读(145) 评论(0) 推荐(0)