84669 personnes étudient
152542 personnes étudient
20005 personnes étudient
5487 personnes étudient
7821 personnes étudient
359900 personnes étudient
3350 personnes étudient
180660 personnes étudient
48569 personnes étudient
18603 personnes étudient
40936 personnes étudient
1549 personnes étudient
1183 personnes étudient
32909 personnes étudient
请问api和组件的区别在哪?是一个是逻辑层的方法函数,一个是表现层的?api是一组预先定义好的函数,调用是调用其中的方法?组件调用是直接表现在页面上?是这意思吗?
走同样的路,发现不同的人生
在react中api这个词太宏观了,组件就是component,我想你说的api应该是组件的属性吧。比如
<MyComponent id={'1'}/>
这个id就是MyComponent的属性
在react中api这个词太宏观了,组件就是component,我想你说的api应该是组件的属性吧。比如
这个id就是MyComponent的属性