会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
奋斗
努力奋斗,三年之内买上山寨车,五年之内买上山寨房,十年之内娶上山寨夫人
博客园
首页
新随笔
新文章
联系
管理
订阅
2012年10月12日
ASP更新浏览次数的代码
摘要: ASP更新浏览次数的代码写法一:<%cs=rs("cs")+1 SQL="update news set cs="&cs&" where id="&request("id") conn.execute(SQL) %>写法二:<% conn.execute("update news set cs="&rs("cs")+1&" where id="&request("id")
阅读全文
posted @ 2012-10-12 11:33 纳米程序员
阅读(274)
评论(0)
推荐(0)
编辑
公告