• 2022-06-11
    在窗体的通用声明段自定义了数据类型Students,下列_____定义方式是正确的。
    A: TypeStudents Name String*10 Studno IntegerEnd Type
    B: Private Type Students Name AsString*10 Studno AsInteger End Type
    C: Type Students Name AsString*10 Studno AsIntegerEnd Students
    D: Type Students Name As String*10 Studno AsIntegerEnd Type
  • 举一反三