摘要: /** * Format a message with placeholder. * * Examples: * format("X{0}Y{1}Z{2}") : XYZ * format("X{0}Y{1}Z{2}", '1') : X1YZ * format("X{0}Y{1}Z{2}", '... 阅读全文
posted @ 2012-08-03 20:38 笑的自然 阅读(744) 评论(0) 推荐(0)