在for循环python中打印变量

问题描述

我希望输出为变量而不是其值。下面的代码给我输出为 “什么” “为什么” “什么时候” “哪里” 但我希望输出为 一种 b C d

public class AggregateA {
    public AggregateC createAggregateC(...){
        //create AggregateC and return it with reference set to AggregateA
        return new AggregateC(this.id,...)
    }
}

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)