如何在asp.net中按图像显示访问者总数

问题描述:

嗨!我想通过图片查看访客总数!你能帮助我吗?

Hi!I want to view the total number of visitor by images!Can you help me?

如果我理解你的问题是正确的你可以在你的global.asax文件。

这是一个例子链接 [ ^ ]解释了点击计数器,用户。所以在这里你可以在 Session.Start()下添加你的代码。在那里你拉起你的用户iamge和细节并保存在某个地方并随时显示它。



祝你好运,

OI
If I understand your question correct you can do it under your global.asax file.
Here is an example link[^] which explains the hit counter, users. So in here you can add your code under Session.Start(). In there you pull up your users iamge and details and save somewhere and display it whereever you want.

Good luck,
OI


或者,您可以使用第三方服务。访问此链接 [ ^ ]并创建脚本。您可以在页面上包含该内容。我认为它是免费的,但请确保您已获得服务所有者的许可。
Alternatively, you can use third party services. Visit This link[^] and create your script. You can include that on your page. I think it is free but make sure you have required permission from the owner of the service.


好文章,查看此



易于使用的点击计数器 [ ^ ]
good article, check this

Easy to use Hit Counter[^]