不要用字符串读嘛,把所有的东西读到一个数组里面
dim bytes(1 to n) as byte
n是文件的长度
然后get #1,,bytes就可以全部读到bytes数组里面了
写的时候用 put #2,,bytes就OK