java中能否用类的对象作为自己的实例?想建立一个树的结构,java 中又没结构和指针,可否如下? class tree { String content; tree firstchild,nextchild; }[解决办法]You are right![解决办法]up[解决办法]开始外面设个变量保存下根节点就好了