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.
从企业开始计算年数的最简单解决方案是什么。
我们制造了 23 年的东西。
我想用动态 PHP 变量替换“23”。该业务的开始日期是2004年。
执行此操作的最短和最优雅的版本是什么?
date("Y") - 2004;
或者它的一些变体?