第一种,通过使用Time.time(游戏已进行时间)和时间间隔(1s)做判断。(写在Update()中)第二种,通过使用Time.deltaTime(写在Update()中)第三种,通过InvokeRepeating方法(写在Start()中)