| 
 | 
 
datas=""&UpDir&"/58358/ZZ.TXT" 
 
Dim Fso22 
Dim myFile22 
Set Fso22 = Server.CreateObject("Scripting.FileSystemObject") 
Set myFile22 = Fso22.OpenTextFile(Server.MapPath(datas),1,True) 
shuju = myFile22.ReadLine 
shuju=replace(shuju," ","") 
 
 
读取txt不全,很多空格后的数据读不出来 
奇怪的是,只要将txt重新保存就能读全了 
txt是别的系统中的文件,最好不要动,请问有什么办法,是什么问题导致的,谢谢了 |   
- 
 
 
- 
ZZ.rar
 
130 Bytes, 下载次数: 71, 下载积分: 威望 1 个 
 
 
 
 
 
 
 
 |