第30030题 单选题
在Scratch中,已知变量a的值为"春日游玩",变量b的值为"12345",执行指定字符串操作后,角色最终输出的内容是?

执行的操作步骤如下:

  1. 拼接变量a和变量b,得到字符串S
  2. 取出S中第3位到第7位的子串,记为T
  3. 拼接T和"开心",得到最终输出内容
{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
程序运行统计
暂无判题统计
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析