breathe():void{
// this.breatheCount = 0
if(this.breatheCount > 2){
return
}
this.breatheCount ++
this.breathe()
},
这行代码,提示错误
error: Type checking has run into a recursive problem. Easiest workaround: specify types of your declarations explicitly
// 错误:类型检查遇到递归问题。最简单的解决方法:显式指定声明的类型
这个还需要怎么申明类型?
深圳奥飞网络 (作者)
谢谢,已看到,更新日志里竟然还引用我的贴子,倍感荣幸
2023-10-20 10:08