第30376题 单选题
已知Java中String类的substring(int beginIndex, int endIndex)方法遵循左闭右开的区间设计逻辑,现有字符串s = "abcdefghij"(索引从0开始计数,a对应索引0,b对应索引1,以此类推,j对应索引9),调用s.substring(3,7)得到的结果是以下哪个?
{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
程序运行统计
暂无判题统计
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析