标签: java string methods
假设我有字符串。
String j = "objectName"; String i = "methodName";
如何调用方法:
objectName.methodName();
当我只有名字的字符串?