2012-04-19 132 views

回答

5

如果你想解析字符串,请使用Byte#decode

byte newByte = Byte.decode(amountStr); 

否则,你可以只投它(写在注释)。