中山市松達(dá)電子設(shè)備廠(中山大松電子設(shè)備) 廠址:中山市南朗鎮(zhèn)欖邊工業(yè)區(qū)4街9號(hào)
電話:0760-88314196 86628638 傳真:0760-88308114 郵箱:info@da-song.com
粵ICP備2008 誠(chéng)信中國(guó) 大松制造
<%
'程序
Set fs=CreateObject("Scripting.FileSystemObject")
Set a=fs.openTextFile(server.mappath("count.txt"))
count=a.readline
response.write "網(wǎng)站訪問(wèn)量:" & count
count=count+1
Set fs = CreateObject("Scripting.FileSystemObject")
Set a=fs.createTextfile(server.mappath("count.txt"))
a.writeline (count)
%>