摘要:
/** * @description format the time * @author xf.radish * @param {String} format The format your want * @param {String} lang The language * @return {String} Return the format time * @example * var time = new Date(); * time.format('YYYY MMM dd , hh:mm:ss www','e... 阅读全文