vb中int转换为byte vb中byte数据类型 java中byte转int怎么转?因为在Java中,int type占用4个字节,而byte占用1个字节,所以当int type转换为byte type时会发生位丢失,... 2021-03-11 2354次浏览