ThinkPHP 应用程序类 执行应用过程管理
init() : void
应用程序初始化
exec() : void
执行应用程序
invokeAction( $module, $action)
run() : void
运行应用实例 入口文件使用的快捷方法
logo()