function formatChinaTime(timestamp, format) { const date = new Date(timestamp); const year = date.getFullYear(); const month = date.getMonth() + 1; const day = date.getDate(); const hour = d

- 阅读全文 -