【习题】应用程序框架?
目录
1.?一个应用只能有一个UIAbility。错误
正确(True)错误(False)
2.?创建的Empty Ability模板工程,初始会生成一个UIAbility文件。正确
正确(True)错误(False)
3.?每调用一次router.pushUrl()方法,页面路由栈数量均会加1。错误
正确(True)错误(False)
1.?API9及以上,router.pushUrl()方法,默认的跳转页面使用的模式是哪一种?A
A. standardB. SingleC. Specified
2.?UIAbility启动模式需要在module.json5文件中配置哪个字段?C
A. moduleB. skillsC. launchTypeD. abilities
1.?API9及以上,router.pushUrl()方法的mode参数可以配置为以下哪几种跳转页面使用的模式?AB
A. StandardB. SingleC. Specified
2.?UIAbility的生命周期有哪几个状态?ACDF
A. CreateB. WindowStageCreateC. ForegroundD. BackgroundE. WindowStageDestroyF. Destroy
3.?UIAbility有哪几种的启动模式?ABC
A. multitonB. singletonC. specified