myQuery 模仿jQuery 😈 dom 操作 $('div').css({ backgroundColor: 'red' }) 事件 $('div').on('click', (e) => { console.log(e) })