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.
可能重复: 如何在线/离线
我想让一个脚本使用 php 向其他用户显示在线-离线状态。
例如:假设我们的数据库中有两个用户。第一个用户在线,第二个用户离线。当第二个用户上线时,第一个用户如何在不刷新页面或刷新 div 标签的情况下立即收到第二个用户在线的通知。
您可以为此使用Pusher 。