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.
我怎么能像 Twitter 和 Facebook 那样做呢。
我怎样才能使用 php 和 sql 来做到这一点?
最简单的解决方案是使用DateTime:diff()
DateTime:diff()
http://www.php.net/manual/en/datetime.diff.php
将当前的 time() 与数据库日期进行比较。