🌈 搜索
📅  最后修改于: 2022-03-11 14:52:04.513000             🧑  作者: Mango
int value = (byteValue >= (byte) 0) ? (int) byteValue : 256 + (int) byteValue;