如何统计网站访问量,代码实现使用全局变量 Application,start,end,Session_start,Session_end事件
摘要:
void Application_Start(object sender, EventArgs e) { // 在应用程序启动时运行的代码 long totalCount = 0; //总访问数 int todayCount = 0;//今天在线人数 //先从XML中取得访问数 string xm... 阅读全文
posted @ 2015-07-06 12:00 杜龙飞 阅读(1171) 评论(0) 推荐(0)
浙公网安备 33010602011771号