• Image placeholder
  • 홈 페이지
  • 블로그 센터
  • 범주
Image placeholder

module.exports

node 의 exports 와 module.exports 의 관 계 를 간단히 말 합 니 다.

현재 우 리 는 module.exports={a:"a"}로 내 보 냅 니 다.그러면 module.exports 는 원래 의 빨간색 선과 둘러싸 인 메모리 블록 을 차단 하고 새로운 메모리 블록 을 가리 키 며 회색 으로 채 워 진 메모리 블록 을 가리 키 고 있 습 니 다.그림 과 같 습 니 다. 또는 우리 가 exports={a:"a"}로 내 보 내 면 exports 는 원래 의 빨 간 선...

nodemodule.exports

node.js 의 exports,module.exports 와 ES6 의 export,export default 깊이 있 게 설명 합 니 다.

최근 모처럼 시간 이 나 서 node 프로 그래 밍 을 다시 규범화 하기 로 했다.그러나 도입 모듈 은 require 방식 으로 우리 의 ES6 각종 export,export default 를 연상 하 는 것 을 보 았 다. 위 에서 알 수 있 듯 이 require 내 보 낸 내용 은 module.exports 가 가리 키 는 메모리 블록 내용 이지 exports 가 아 닙 니 다. 한 마디...

node.jsmodule.exportsdefault

© 2022 intrepidgeeks.com

Privacy Policy Contact US Sitemap
🍪 This website uses cookies to ensure you get the best experience on our website. Learn more