填空题

有如下用户定义类型及操作语句: Type Student No As String Name As String Age As Integer End Type Dim Stu As Student With Stu .No="200801001" .Name="高强" .Age=23 End With 执行MsgBox Stu.Name后,消息框输出结果是______。

【参考答案】

高强