摘要:
int planet = 7; String event = "a disturbance in the Force"; String result = MessageFormat.format( "At {1,time} on {1,date}, there was {2} on planet {0,number,integer}.", planet, new Date(), event);... 阅读全文
posted @ 2009-03-16 14:47
白开水皮皮
阅读(401)
评论(0)
推荐(0)
摘要:
System.getenv("") Get String from system enviroment variables System.getProperty() Get String from property file private static ResourceBundle resourceBundle = ResourceBundle.getBundle( ... 阅读全文
posted @ 2009-03-16 13:34
白开水皮皮
阅读(665)
评论(0)
推荐(0)
浙公网安备 33010602011771号