开发框架:VUE
IDE:VSCODE
前言:
使用setInterval 和clearInterval,调试过程中报错
错误:TypeError: timeout.close is not a function
image.png
原因:
使用clearInterval过程中,IDE自动加上以下语句:
import { clearInterval } from "timers";
导致错误,删除之后
开发框架:VUE
IDE:VSCODE
前言:
使用setInterval 和clearInterval,调试过程中报错
错误:TypeError: timeout.close is not a function
原因:
使用clearInterval过程中,IDE自动加上以下语句:
import { clearInterval } from "timers";
导致错误,删除之后
本文标题:TypeError: timeout.close is not
本文链接:https://www.haomeiwen.com/subject/hbvyqctx.html
网友评论