用下面的语句读出:
           i=freefile
           open filename for binary as #i
           do while eof(i)
              get #1,,string
           loop