[es6] import, export, default cheatsheet ... lib.js ------ export const sqrt = Math.sqrt; export function square(x) { return x * x; } export ...
確定! 回上一頁