不满

  • 字符串不满两位补零

    字符串不满两位补零 这个需求在开发中挺常见。例如,调用 Date api 获取到日期可能只有一位: let date = new Date().getDate(); // 3 常规…

    编程笔记 2022年8月5日