【习题】应用程序框架
判断题
- 一个应用只能有一个UIAbility。错误(False)
- 创建的Empty Ability模板工程,初始会生成一个UIAbility文件。正确(True)
- 每调用一次router.pushUrl()方法,页面路由栈数量均会加1。错误(False)
单选题
-
API9及以上,router.pushUrl()方法,默认的跳转页面使用的模式是哪一种?(A)
A. standard
B. Single
C. Specified -
UIAbility启动模式需要在module.json5文件中配置哪个字段?©
A. module
B. skills
C. launchType
D. abilities
多选题
-
API9及以上,router.pushUrl()方法的mode参数可以配置为以下哪几种跳转页面使用的模式?(AB)
A. Standard
B. Single
C. Specified -
UIAbility的生命周期有哪几个状态?(ACDF)
A. Create
B. WindowStageCreate
C. Foreground
D. Background
E. WindowStageDestroy
F. Destroy -
UIAbility有哪几种的启动模式?(ABC)
A. multiton
B. singleton
C. specified