js is changed to use export { hello as default } , it doesn't fail, because it's passing the function by reference and gets hoisted. If main.js ...
確定! 回上一頁