显示用户数量
有没有办法显示已注册网络的用户总数?我刚刚在此处(位于右侧页面底部)遇到了一个示例,想知道他们是如何做到的...
Is there a way to show the total number of users of a network who have signed up? I just ran into an example here (at the bottom of the page on the right) and wonder how they do it...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
信息还不够。但这是黑暗中的一个镜头:
Not nearly enough info. But here's a shot in the dark:
当用户注册时,他们会在数据库中创建一个实体。它所做的只是计算数据库中的用户数量并显示该数字。简单易行。
When a user signs up they create an entity in a database. All it's doing is counting the number of users in the database and displaying that number. Easy peasy.
看看他们使用 Javascript 的代码,但没有使用任何 ajax 或其他东西,计数器似乎是使用这个更新的......
太棒了:D
Looking at the code they use Javascript, but not any ajax or something, the counter seems to be updated using this...
amazing :D