相关试题
单选题 在自定义组件的Build()函数中,下面哪个组件不可以作为根节点( )
单选题 下面哪个组件不属于ArkUI中的系统组件( )
单选题 以下哪个属性用于设置Navigation工具栏的显隐( )
单选题 小张在开发HarmonyOS应用过程中,希望在组件显示前完成数据初始化的相 关业务,此时他需要在哪个生命周期函数中编写业务逻辑( )
单选题 下列代码中,可以实现Text组件的文本装饰线在文本底部(下划线)的是 .decoration({ typ color:Color.Re .borderWidth(1).padding(10).margin(5) Text('Thisisthetext') .decoration({ typ color:Color.Re .borderWidth(1).padding(10).margin(5) Text('Thisisthetext') .decoration({ typ color:Color.Re .borderWidth(1).padding(10).margin(5) Text('Thisisthetext') .decoration({ typ color:Color.Re .borderWidth(1).padding(10).margin(5)
单选题 首选项preferences值的存储支持哪些数据类型( )
单选题 以下哪个代码片段正确地设置了TextArea组件的文本颜色为红色( )
单选题 下面哪个组件在使用时必须传入参数( )