問題タブ [mern]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
javascript - exports 変数を宣言する際のこれら 2 つの構文の違いは何ですか?
と
それぞれがどこで使用され、どこで機能しないのでしょうか? これは、私が持っている MERN スタック アプリケーションroutes
auths
とauthController
フォルダーからのものです。authController
フォルダーはコードの 1 行目から始まり、次のvar exports = (module.exports);
ようなハンドルバー ページをエクスポートします。
アドバイスしてください - 前もって感謝します!