📅  最后修改于: 2022-03-11 14:52:22.593000             🧑  作者: Mango
//in xml
Hello, %1$s! You have %2$d new messages.
//using
getString(R.string.welcome_message, "Test", 0);
//the result will be
"Hello Test! you have 0 new messages"