• 2022-07-22
    关于C#中的数组的默认值,下列说法正确的是()
    A: float类型的数组的默认值为0.0
    B: bool类型的数组的默认值为true
    C: char类型的数组的默认值为’\u000’
    D: string类型的数组的默认值为空字符串