2012-04-19 53 views

回答

5

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

byte newByte = Byte.decode(amountStr); 

否則,你可以只投它(寫在註釋)。

相關問題