let counter = 0; export const inc = _ => ++counter; is loaded once and therefore can be considered as a singleton. The first.js : import { inc } ...
確定! 回上一頁