新建一个表
表名js
里面新建立一个列
列名访问次数类型数字
在index.asp首页上加如
sql="updatejsset访问次数=访问次数+1where访问次数isnotnull"
conn.execute(sql)
%>