| ||||||
![]() |
||||||
|
||||||
|
| |||||
通讯地址:100190 北京603信箱中国物理学会办公室 电话/传真:82649019 电子信箱:cps@aphy.iphy.ac.cn <% '一个简单的计数器程序 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) %> | ||||||
Copyright@2003 China Physical Science &
Technology All Rights Reserved 中国物理学会 版权所有 2003 |