一片云
ID: 3
发表于 2021-09-27 11:36 - 只看楼主
0
1 2 3 4 5
楼主
.字号 较小字号 正常字号 较大字号
.IP 125.43.*.*
125.43.*.*
代码 复制 - 运行
// 长按事件 touchstart(){ this.timeOutEvent = setTimeout(function() { console.log("长按事件触发"); }, 500); }, touchend(){ clearTimeout(this.timeOutEvent); },