国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 學(xué)院 > 開發(fā)設(shè)計 > 正文

LINE 的計數(shù)器源程序(附源代碼)

2019-11-18 22:04:05
字體:
供稿:網(wǎng)友
<%
bUseImages = CBool(Request.QueryString("images"))
strCountFileName = Server.MapPath(Request.ServerVariables("SCRipT_NAME") & ".dat")
Set objfso = Server.CreateObject("Scripting.FileSystemObject")
' Open the file as a text stream (1 = ForReading, True = Create)
Set objCountFile = objFSO.OpenTextFile(strCountFileName, 1, True)
If Not objCountFile.AtEndOfStream Then
iCount = CLng(objCountFile.ReadAll)
Else
iCount = 0
End If
objCountFile.Close
Set objCountFile = Nothing
iCount = iCount + 1
Set objCountFile = objFSO.CreateTextFile(strCountFileName, True)
objCountFile.Write iCount
objCountFile.Close
Set objCountFile = Nothing
Set objFSO = Nothing
If bUseImages Then
For I = 1 to Len(iCount)
Response.Write "<IMG SRC=""./images/digit_"
Response.Write Mid(iCount, I, 1)
Response.Write ".gif"" ALT="""
Response.Write Mid(iCount, I, 1)
Response.Write """ width=20 height=27>"
Next
Else
Response.Write iCount
End If
%>



發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 上虞市| 资兴市| 博爱县| 义乌市| 孙吴县| 茶陵县| 巴彦淖尔市| 建昌县| 谷城县| 四平市| 红桥区| 陈巴尔虎旗| 阿克苏市| 香河县| 渝北区| 延安市| 囊谦县| 腾冲县| 满洲里市| 金堂县| 治多县| 富川| 汪清县| 曲麻莱县| 泰州市| 冕宁县| 磴口县| 永川市| 景泰县| 滁州市| 丘北县| 莱州市| 东安县| 新化县| 无极县| 波密县| 中牟县| 德保县| 盈江县| 手游| 理塘县|