说明: 一个简单实用的网页计数器! <% Const ForReading = 1, ForWriting = 2, ForAppending =3 Const TristateUseDefault = -2, TristateTrue = -1, TristateFalse = 0 dim filepath,fs,f,ts,s filepath=server.mappath("/count") filename=filepath+"\counter.txt" set fs=create
<andylcb> 上传 | 大小:19kb