其函数代码
void stack::destroy()
{
   stacktop=0;
}//end destroy();

问题是  为什么就没有了  delete[] element;(element 是stack element)