在数据库中加上一个表,需要两个字段(Article_id,read_count) 其中read_count默认为0,访问一个文章时 rs("read_count")=rs("read_count")+1