在Java中有更优雅的方式吗?
String value1 = "Testing"; String test = "text goes here " + value1 + " more text";
是否可以将变量直接放在字符串中并评估其值?
java string
java ×1
string ×1