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.
我希望能够在每天午夜时分增加一个数值。所以我假设它会使用 date() 和 jQuery?
这是我拥有的当前静态代码:
<div class="chart"> <div class="percentage" data-percent="107"><span>107</span></div> <div class="label">Coffees in 2013</div> </div>
您将需要使用服务器端数据时间或通过查找请求区域(可能是通过 ip)来访问时间,因为 javascript 的机器时间可能与实际时间不同。