题库 高中信息

题干

某VB程序段代码如下:
Private Sub Command1_Click()
a = Text1
For i = 1 To Len(a)
b = Mid(a, i, 1)
c = Chr(Asc(b) )
d = d + c
Next i
Text2 = d
End Sub
如果在文本框text1中输入字符"316100",则文本框text2中显示的值是:
A.16100B.6131C.001613D.3161
上一题 下一题 0.99难度 选择题 更新时间:2019-05-29 05:27:18

答案(点此获取答案解析)