vb input的使用 日期:2016-05-30 07:38:09 人气:2 vb input的使用 Open "D:\A.TXT" For Binary As #1 S = Input(LOF(1), 1) Close #1 MsgBox S