$('#yun').click(function() { alert('yun')});这样可以监听成功但下面这样在coffeescript中却无法成功$('#yun').click -> alert('yun')也许是应为coffeescript().call(this)包的缘故。