$('#controlDiv').bind('click',function(e,msg){ $('#box').html(msg); }).trigger('click',['我是trigger传入的信息']);为什么页面一加载,效果就出来了,而不是触发按钮的点击事件? 查看完整描述