class SomeController { static async someFunction() { // await } } export default SomeController;
為什麼node中報了Unexpected token export的錯誤?
認證0級講師
因為不支持。