并非没有使用MessageFormat类,例如:
String pattern = bundle.getString("example.dynamicresource");String message = MessageFormat.format(pattern, accountCount);
并非没有使用MessageFormat类,例如:
String pattern = bundle.getString("example.dynamicresource");String message = MessageFormat.format(pattern, accountCount);