• 2021-04-14
    【单选题】以下声明和使用常量的语句中,错误的是:
    A. let a = 5 B. let a :Int a = 10 C. let a = 5 a = 10 D. let a:Int = 5, b = 10, c:Float = 10