Java中的格式化字符串
System.out.println(MessageFormat.format("name={0}", "张三"));
.net中的格式化字符串
string.format("name={0}", "张三);