導航:首頁 > 版本升級 > 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文件相關的資料

熱點內容
百度雲同步本地文件夾 瀏覽:413
wordpress上傳目錄 瀏覽:78
最新天天酷跑寵物代碼 瀏覽:140
ps創建新像文件的組合鍵是什麼 瀏覽:383
python抓取js 瀏覽:802
fckeditor資料庫 瀏覽:467
三菱編程的bl是什麼 瀏覽:858
jquery翻頁代碼 瀏覽:730
有手機沒網路怎麼辦 瀏覽:984
微信視頻聊天如何找到文件夾 瀏覽:951
java定時任務存取數據 瀏覽:45
word復制後有陰影 瀏覽:662
足球經理2014升級補丁 瀏覽:254
securecrt手機版本 瀏覽:27
ems寄紙質文件多少錢 瀏覽:296
紅頭文件文件號數叫什麼 瀏覽:361
手機金山文件路徑 瀏覽:931
數據線一安等於多少瓦 瀏覽:132
eclipse如何生成exe文件 瀏覽:601
蘋果qq文件怎麼打開 瀏覽:365

友情鏈接