vue vue定时器 export default{ methods:{ fun1(){ const timer = setInterval(()=>{ //需要做的事情 },1000); //通过$once来监听定... 04月06日371vue 定时器82 阅读全文