$('#t').on('click',?'td',?function?()?{?
$(this).css('color',?'red').css('background',?'yellow');?});與$('#t td').click( function ()?{?$(this).css('color', 'red').css('background', 'yellow'); }); 的區(qū)別?哪個性能更好?
添加回答
舉報
0/150
提交
取消