下列属小说《红岩》中的革命人物有( )
A.许云峰
B.江姐
C.成岗
D.华子良
E.徐鹏飞
正确答案是ABCD
扫描二维码免费使用微信小程序搜题/刷题/查看解析。
版权声明:本文由翰林刷题小程序授权发布,如需转载请注明出处。
本文链接:https://doc.20230611.cn/post/360625.html
上一篇:Two new studies in mice show that some anti-cancer therapies work best when the microbes in our body are strong and healthy - which suggests that antibiotics and cancer might not always make a good combination. We know that friendly, or commen
下一篇:执行下列程序段后,i的结果是()int i=10;switch(i){case 9:i+=1;break;case 10:i+=1;break; case 11:i+=1;break;default:i+=1;break;}