const Emittery = require('emittery'); const emitter = new Emittery(); emitter.on('?', data => { console.log(data); }); const myUnicorn ...
確定! 回上一頁