Dim ifo As new FileInfo("c:\data\123.xls")
Output.Show("文件大小:" & ifo.Length)
这个 length 怎么算M数 除以1024 ?