jQuery的click和on方法(参数如果用箭头函数,就不起效果,参数只能用原生写,写jQuery轮播图试出来的)...
$('#focus li').click(function(){ var curIndex=$(this).index(); step=curIndex; renderImgs(); renderFocus(); });复制代码//第一种情况 $('#focus li').cli...