在西方政治思想史上第一次将政治与伦理分开的是( )。
A.马基雅维里
B.俾斯麦
C.拉斯韦尔
D.马克斯·韦伯
正确答案是A
扫描二维码免费使用微信小程序搜题/刷题/查看解析。
版权声明:本文由翰林刷题小程序授权发布,如需转载请注明出处。
本文链接:https://doc.20230611.cn/post/865231.html
上一篇:Thomas Gray established his fame as the leader of the ______ of the day.
下一篇:int f(int n){if(n=2)return 0;else return(n+f(n-2));}void main(){int a=10;printf("%d\n",f(a));}