摘要: 参考 function func(){console.log("print")} //定时任务 var interval = setInterval(func, 2000); //启动,func不能使用括号 clearInterval(interval );//停止 interval = setIn 阅读全文
posted @ 2020-04-24 21:50 lvlin241 阅读(139) 评论(0) 推荐(0) 编辑
摘要: pointer-events: none; 阅读全文
posted @ 2020-04-24 21:46 lvlin241 阅读(563) 评论(0) 推荐(0) 编辑