1、setInterval(funct,time):循环执行:每隔time时间执行一次
    2、setTimeout(funct,time):延时执行: 当time时间后执行一次
    3、需要停止计时器:
    image-20210605091701722.png