另外,若要将Moment 作为全局仅提供给特定的依赖项,则可以如下操作: System.config({ meta: { 'path/to/global-file.js': { globals: { moment: 'moment' } } } }); ...
確定! 回上一頁