单项选择题
以下语句的输出结果是______。 a$="123" b$="456" Print a$;b$
单项选择题 以下语句执行时,从键盘上输入Zhang,执行结果是______。 Dim a As String a=InputBox("Input","","Name") Print a