課程
/移動(dòng)開發(fā)
/Android
/ReactNative入門與進(jìn)階
怎么導(dǎo)出多個(gè)組件??怎么導(dǎo)出多個(gè)組件??怎么導(dǎo)出多個(gè)組件??
2019-06-19
源自:ReactNative入門與進(jìn)階 2-3
正在回答
class A extends Component {}
class B extends Component {}
export {
????A,
????B
}
import { A, B } from '....'
舉報(bào)
React Native跨平臺(tái)技術(shù)入門與進(jìn)階
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
2019-06-22
class A extends Component {}
class B extends Component {}
export {
????A,
????B
}
import { A, B } from '....'