艺术创作主体与接受主体之间的中介是
A.创作经验
B.灵感
C.艺术品
D.创作技巧
正确答案是C
扫描二维码免费使用微信小程序搜题/刷题/查看解析。
版权声明:本文由翰林刷题小程序授权发布,如需转载请注明出处。
本文链接:https://doc.20230611.cn/post/363354.html
上一篇:Passage 5Introduction to CompaniesThe General Nature of Companies【(56)A company is a form of business organization which is owned by all those who invest in it.】 These investors are known as shareholders as they own or "hold" a sha
下一篇:下面算法程序段的时间复杂度为______。for(i=1;i<=n;i++)for(j=1;j<=n;j++)for(k=1;k<=n;k++)x++;