使用当前浏览器访问考试宝,无法享受最佳体验,推荐使用 Chrome 浏览器进行访问。
更新时间: 试题数量: 购买人数: 提供作者:
有效期: 个月
章节介绍: 共有个章节
我的错题 (0道)
我的收藏 (0道)
我的斩题 (0道)
我的笔记 (0道)
顺序练习 练习进度 0 / 0
随机练习 自定义设置练习量
模拟考试 仿真模拟
题型练习 按题型分类练习
易错题 精选高频易错题
学习资料 考试学习相关信息
在Harmonyos中,使用的UI开发框架是()。
在HarmonyOs中,ArkTS源码文件的文件扩展名为()。
误)
@Component
()Index {
@State message: string = 'Hello World',
build( {
RelativeContainer(){
Text(this.message)
.fontSize(50)
.fontWeight(FontWeight.Bold)
.height('100%'
.width('100%')
Column({ (): 20}){Row().width('90%').height(50).backgroundcolor(Color.Black)Row().width('90%').height(50).backgroundcolor(Color.Red)Row().width('90%').height(50).backgroundcolor(color.Yellow).width('100%')
(注意大小写不
能有误)