赞
踩
假定有4个网页urlA、urlB、urlC、urlD;为了实现前进和后退功能我们需要借助两个栈:stackX和stackY;
if (!stackX.IsEmpt()) { stackY.Push(stackX.GetTop