摘要: MessageFormat用来格式化一个消息,通常是一个字符串,比如: String str = "I'm not a {0}, age is {1,number,short}", height is {2,number,#.#}; 而MessageFormat可以格式化这样的消息,然后将格式化后的 阅读全文
posted @ 2016-06-07 16:35 门罗的魔术师 阅读(381) 评论(0) 推荐(0) 编辑