中国文化属于()
A.民族文化
B.国别文化
C.多民族构成的共同体文化
D.汉民族文化
E.东方文化
正确答案是BCE
扫描二维码免费使用微信小程序搜题/刷题/查看解析。
版权声明:本文由翰林刷题小程序授权发布,如需转载请注明出处。
本文链接:https://doc.20230611.cn/post/1060668.html
上一篇:The word “happy” has two different types of antonyms at the same time, one being negative and the other opposite. What are they?
下一篇:下列程序的执行结果 s 的值是_Private Sub Command l_Click()Dim i, s As Integeri = ODoi = i + 1s = s + i*i*iLoop Until i>= 4PrintsEnd Sub