摘要: zepto中的$(".111")出错,jQuery中$(".111")不出错的原因:zepto用document.querySelector实现,jQuery用document.getElementById实现。二者区别:http://www.zhihu.com/question/247022501... 阅读全文
posted @ 2015-09-14 10:44 darr 阅读(5024) 评论(0) 推荐(0) 编辑