沈从文讽刺知识分子的代表作是()
A.《柏子》
B.《月下小景》
C.《长河》
D.《八骏图》
正确答案是D
扫描二维码免费使用微信小程序搜题/刷题/查看解析。
版权声明:本文由翰林刷题小程序授权发布,如需转载请注明出处。
本文链接:https://doc.20230611.cn/post/358518.html
上一篇:原文:The Arctic covers some 5.5 million square miles: 8 percent of the earth's surface and 15 percent of its total landmass.译文:北极面积为550万平方英里:占地球表面的8%,占陆地总面积的15%。
下一篇:运行下列程序后,输出结果是()int b=1;intf(int*a){b+=*a;return(b);}main(){int a=2,b=3;a+=f(&b);printf("%d\n",a);}