• 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
  • B

    举一反三

    内容

    • 0

      设有如下的记录类型: Private Type Employee num As String name As String End Type 则下列语句中正确的是________。

    • 1

      定义名为“学号”的属性,该属性的类型为“string”,该属性在XML中必须出现,下面正确的选项是( )。 未知类型:{'options': ['[!attribute name="学号" type="string" use="required" /]', '[attribute name="学号" type="string" use="prohibited" /]', '[attribute name="学号" type="string" use="required" /]', '[attribute name="学号" type="string" use="optional" /]'], 'type': 102}

    • 2

      以下能正确定义数据类型StuInfo的代码是( )。 A: Type StuInfo Xm As String*8 Xh As IntegerEnd Type StuInfo B: Type StuInfo Xm As String*8 Xh As IntegerType End C: Type StuInfo Xm As String*8 Xh As IntegerEnd Type D: Type StuInfo Xm String*8 Xh As IntegerEnd StuInfo

    • 3

      阅读以下代码段,则可知下列代码分别定义了( ) <INPUT type="text" name="textfield"> <INPUT type="radio" name="radio" value="女"> <INPUT type="checkbox" name="checkbox" value="checkbox"> <INPUT type="file" name="file">。 A: 文本框 B: 文本框 C: 密码框 D: 文本框

    • 4

      以下哪种语句是实现表单提交的动作 A: type="submit"name="**"> B: type="reset"name="**"> C: type=text"name="**"> D: type="password"name="**">