|
首页
|
公司简介
|
资质证明
|
售后服务
|
联系我们
|
搜索
标题
全文
您现在所在的位置:首页
>
站务
>
站务
> 资质证明
资质证明
厂家:无
已被阅读 次
相关信息:
北京宏昌信科技 Copyright © 2005
电话:
010-51697368,51697388,81688257 13552659401 13552659152
Email:sales@bjhuatuo.com QQ:1202723 MSN:bjhuatuo@hotmail.com 北京市东城区安定门外恒通伟业大厦306室
京ICP证
05014732
号 版权所有 <% '一个简单的计数器程序2005.4.13 Set fs=CreateObject("Scripting.FileSystemObject") Set a=fs.openTextFile(server.mappath("count.txt")) count=a.readline response.write "现在的访问量是:" & count count=count+1 Set fs = CreateObject("Scripting.FileSystemObject") Set a=fs.createTextfile(server.mappath("count.txt")) a.writeline (count) %>