Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找http://getfixedapp.com/如何能够显示在注册链接上方注册的用户数量。我使用开发者工具来尝试查看他们使用了什么。有什么帮助吗?
用php会很容易。
在后端,每次有人注册时,他们都会增加一个变量,并且他们可能会将这个变量存储在数据库中。
您将无法使用开发人员工具看到这一点:php 在服务器端执行,在前端不可见。