被称为科学儿童心理学奠基人的是( )
A.
达尔文
B.
普莱尔
C.
杜威
D.
皮亚杰
正确答案是B
扫描二维码免费使用微信小程序搜题/刷题/查看解析。
版权声明:本文由翰林刷题小程序授权发布,如需转载请注明出处。
本文链接:https://doc.20230611.cn/post/629111.html
上一篇:下面的提纲,属于哪种提纲?()I. Main causes of air pollution Automobiles Industry RubbishA. AutomobilesB. IndustryC. Rubbish
下一篇:#include < iostream > using namespace std; class base { private: int x; public: void setx (int a){x=a;} int getx ( ){return x;} } ; void main ( ) { base a,b; a.setx (89); b=a; cout
#include < iostream > using namespace std; class base { private: int x; public: void setx (int a){x=a;} int getx ( ){return x;} } ; void main ( ) { base a,b; a.setx (89); b=a; cout