摘要:
各种数字类型转换成字符串型: String s = String.valueOf( value); // 其中 value 为任意一种数字类型。 字符串型转换成各种数字类型: String s = "169"; byte b = Byte.parseByte( s ); short t = Short.parseShort( s ); int i = Integer.parseI... 阅读全文
posted @ 2011-02-21 13:34 redcoatjk 阅读(166) 评论(0) 推荐(0)
浙公网安备 33010602011771号