Uninote
Uninote
用户根目录

切记这样:

        var mm = (date.getMinutes() < 10 ? '0' + date.getMinutes() : date.getMinutes());
        var ss = (date.getSeconds() < 10 ? '0' + date.getSeconds() : date.getSeconds());
        return hh + mm;

必须定义常量,不能使用字面量

docs 使用说明

文档检查

点赞(0) 阅读(1) 举报
目录
标题