ES6 import {} from '..'後綴名的問題

最近在看阮一峯的ES6入門。下圖中圈出來的地方不太理解。   文中說到.js後綴不可省略。 但是下文中又出現瞭如下寫法: // lib.js export let counter = 3; export function incCounter() { counter++; } // main.js import { counter, incCounter } from './lib'; co
相關文章
相關標籤/搜索