html动态生成的代码,绑定事件时间:2022-11-07 13:03:20如果使用jQuery,你可以这样写: // .class为你绑定事件的动态生成的结点 $(document).on('click', '.class', function() { // 你要绑定的事件在这里 });