程序的三种基本状态

  一般编写程序的三种基本状态为:  entry、do、exit.

  或为:Load、Process、Unload.

  或为:Open、Process、Close.

原文地址:https://www.cnblogs.com/xiehy/p/1676214.html