个人信息

来源:互联网 发布:达索delmia软件 编辑:程序博客网 时间:2024/04/27 23:08
Type Student
      name as String
      stuNo as String
      sex as Boolean
      age as Byte
      prof as String
      grade as Single
End Type

dim zhaoxinyue as Student
zhaoxinyue.name="赵欣悦"
zhaoxinyue.stuNo="15050441052"
zhaoxinyue.sex=True
zhaoxinyue.age=20
zhaoxinyue.grade=80

    
0 0
原创粉丝点击