[填空题] 下列程序的输出结果为______。
Sub OnGousbGotoDemo()
Dim Number,MyString
Number=2
On Number GoTo Line1, Line2
Exit Sub
Line 1:
MyString="In Line 1"
Print MyString
Line2:
MyString="In Line2"
Prnt MyString
End Sub
[填空题] 下列程序的输出结果为______。
Sub OnGousbGotoDemo()
Dim Number,MyString
Number=2
On Number GoTo Line1, Line2
Exit Sub
Line 1:
MyString="In Line 1"
Print MyString
Line2:
MyString="In Line2"
Prnt MyString
End Sub
In Line2
VIP截止日期:2025-01-02 03:49:08
←请使用支付宝扫码支付VIP截止日期:2025-01-02 03:49:08
←请使用微信扫码支付