摘要: li:nth-of-type(even){}&:nth-of-type(odd){}或者直接查找li里面的对应某一个li:nth-child()var list = $("#test li");//(2*1,2*1+1),(2*3,2*3+1),(2*5,2*5+1) var len = li... 阅读全文
posted @ 2015-12-14 16:33 顾小骚 阅读(212) 评论(0) 推荐(0)