const { SyncHook } = require('tapable') class Car { constructor() { this.hooks = { accelerate: new SyncHook(['newSpeed']) } ...
確定! 回上一頁