儿童诗《小小的船》的作者是( )
A.叶圣陶
B.冰心
C.田地
D.刘大白
正确答案是A
扫描二维码免费使用微信小程序搜题/刷题/查看解析。
版权声明:本文由翰林刷题小程序授权发布,如需转载请注明出处。
本文链接:https://doc.20230611.cn/post/161315.html
上一篇:在 PowerPoint22010中,快速设置多个对象相同的动画效果可使用____工具
下一篇:#include<iostream> using namespace std; class base { private: int m; public: base(){}; base(int a):m(a){} int get(){return m;} void set(int a){m=a;} }; void main() { base*ptr=new base[2
#include<iostream> using namespace std; class base { private: int m; public: base(){}; base(int a):m(a){} int get(){return m;} void set(int a){m=a;} }; void main() { base*ptr=new base[2