babel es6.js –presets es2015. 輸出: "use strict"; [1, 2, 3].map(function (x) { return x * x; });. 注:後面的引數–presets es2015表示使用該 ...
確定! 回上一頁