导航:首页 > 版本升级 > asp删除txt文件

asp删除txt文件

发布时间:2023-06-20 10:07:15

❶ asp来修改txt文件代码

占位,。。。。
读文件就用上面的兄弟的函数了
我讲怎么分割
首先分割成
name="&L1"
value="www.163.com"
file=......(读出文件)
word=split(file,chr(13)+chr(10))'回车
'word(0)="&L1=http://www..com/"
'word(1)="&L1=http://www.163.com/"
remdim testword(ubound(word),1)
for i=0 to ubound(word)
tword=split(word(i),"=")
testword(i,0)=tword(0)
testword(i,1)=tword(1)
next
for i=0 to ubound(testword,1)
if testword(i,0)=name then
testword(i,1)=value
end if
next
for i=0 to ubound(testword,1)
file=testword(i,0)+"="+testword(i,1)+chr(13)+chr(10)
next
'把file写回去就OK了

阅读全文

与asp删除txt文件相关的资料

热点内容
u盘打开后有文件没内容 浏览:210
编程怎么输出逗号 浏览:421
微信玩红包怎么定大小 浏览:825
电脑病毒测试代码 浏览:118
得物app为什么总是更新 浏览:965
银企对账程序 浏览:164
r读取excel文件 浏览:363
上古卷轴5控制台附魔代码 浏览:514
缓存文件合并找不到文件 浏览:871
桌面保存一下文件找不到 浏览:645
程序美工标准 浏览:191
漂流瓶的文件在哪里 浏览:319
数据的正负偏差怎么计算 浏览:242
文件名用不用带TXT 浏览:968
小米十数据线是哪个 浏览:463
caddws文件 浏览:962
js获取复选框是否选中 浏览:289
wps查文件路径 浏览:28
ps作图完成后怎么保存文件 浏览:429
文件路径是怎么产生的 浏览:947

友情链接