$('.className').on('click',function() { })和$('document').on('click','.className',function() { })的区别

NoSuchKey