在c中有结构
typedef struct aa
{
  aa* next;
  int bb;
  int ff;
}
在dephi中能否实现
如何实现
在线等待,解决另开给分200