摘要: tachStart(item) //执行函数 function tachStart(target) { var time = null; target.addEventListener("touchstart",function(){ //手指触摸执行 time = setTimeout(handl 阅读全文
posted @ 2019-01-11 17:31 阿|明 阅读(354) 评论(0) 推荐(0)