最佳答案
如何在不使用任何第三方库的情况下将 JavaScript 中的“1”转换为“0001”。我已经在 php 中使用 spritf: $time = sprintf('%04.0f',$time_arr[$i]);完成了这项工作