html#sec-exports, it seems that export default var a = 1; is not valid in es6. I wonder why that's the case. You can already do var a = 1;export default a; .
確定! 回上一頁