最早对民意现象用现代的思路进行系统研究的学者是
A.李普曼
B.布鲁默
C.霍夫兰
D.施拉姆
正确答案是A
扫描二维码免费使用微信小程序搜题/刷题/查看解析。
版权声明:本文由翰林刷题小程序授权发布,如需转载请注明出处。
本文链接:https://doc.20230611.cn/post/778881.html
上一篇:Although the weather was very bad the buses still ran on ________.
下一篇:#include“stdio.h”structdate{intyear=2009;intmonth;intday;};main(){structdated;d.month=1;d.day=31;printf(“%d-%d-%d”,d.year,d.month,d.day);}