《哦,白昼哟,从无底深渊中浮起》写于美国南北战争期间诗歌的主题是歌颂()。
A.民主思想
B.政治斗争
C.爱国主义
D.进取精神
正确答案是A
扫描二维码免费使用微信小程序搜题/刷题/查看解析。
版权声明:本文由翰林刷题小程序授权发布,如需转载请注明出处。
本文链接:https://doc.20230611.cn/post/906494.html
上一篇:将信贷风险划分为系统性风险和非系统性风险的依据是( )
下一篇:#include <iostream> using namespace std; class base { private:int x; public:base(int a){x=a;} int get( ){return x;} void showbase( ) {cout<<"x="<<x<<endl;} }; class Derived:public base
#include <iostream> using namespace std; class base { private:int x; public:base(int a){x=a;} int get( ){return x;} void showbase( ) {cout<<"x="<<x<<endl;} }; class Derived:public base