function StringS(first,next){
  this.first=first;
   this.next=next;
}function Tree(text,options) {
this.text = StringS; this.text(first,next);}
上面的Object 代指一个已定义的类,下面红色的代码是什么意思