String abc = "def";
String def = "ggg";
有没有方法通过取得abc的字符串值,转变成一个变量
例如:System.out.println(方法(abc));
现实的是 ggg;