ts报错Property ‘zeroValue‘ has no initializer and is not definitely assigned in the constructor.
1.出现报错的几种原因 (1)属性类型不对 (2)没有初始化 (3)undefined或null 2
2025-1-31700
1.出现报错的几种原因 (1)属性类型不对 (2)没有初始化 (3)undefined或null 2
