格式化时间

格式化时间:javascript const formatTime = date => { const year = date.getFullYear() const month = date.getMonth() + 1 const day = date.getDate() const hour = date.getHours() const minute = date.ge
相关文章
相关标签/搜索