$(function(){}) 在页面加载完成后运行的方法 等于window.onload;
$("#id"),$(this) 都和jquery一样,
tap方法不能阻止事件冒泡,因为zepto是把touch事件和手势事件注册到了document上面。