let timeOutEvent: any;
const touchstart = (event: any) => {
// 长按事件触发
timeOutEvent = setTimeout(function () {
【JavaScript】移动端长按事件触发录音
于 2024-04-26 09:26:15 首次发布
let timeOutEvent: any;
const touchstart = (event: any) => {
// 长按事件触发
timeOutEvent = setTimeout(function () {