大漠孤烟

导航

2024年2月20日 #

读写文本文件

摘要: <% Const fileName = "counter.txt" Const ForReading = 1 Const ForWriting = 2 Const ForAppending = 8 Dim oFSO, oFile, sFileContent filePath=Server.MapPa 阅读全文

posted @ 2024-02-20 15:51 jnmcok 阅读(17) 评论(0) 推荐(0)