
轻松打造ASP计数器作者:shnxn网站:凡人网络原出处http://http://www.zjjv.com//以下介绍用数据库实现简单计数器'下面存为count.asp<%Setconn=Server.CreateObject("ADODB.Connection")conn.Open"driver={MicrosoftAccessDriver(*.mdb)};dbq="&Server.MapPath("count.mdb")%><%onerrorresumenext%><%sql="updatecountsethit=hit+1%><%conn.Exe...