1、计算机页面在退出时的一个程序或方法,大多数应用于程序的错误处理;
2、Exit For:退出For循环;
3、Exit Do :退出Do循环;
4、Exit Sub:退出子程序;
5、Exit Function:退出函数。