To see a world in a grain of sand.
And a heaven in a wild flower
Hold infinity in the palm of your hand.
And eternity in an hour
一花一世界
一沙一天堂
掌中握无限
霎那成永恒
星期一, 一月 14, 2013
Java计算tips,如何从一个数字字符串中得到字符整数转换。
char character = string.charAt(index); int x = (character – '0') * 20;