如何用js有效解决时间区转换的问题?本文共计431个文字,预计阅读时间需要2分钟。javascriptfunction getLocalTime(i) {if (typeof i !=='number') return;var d=new Date();2026-05-2217阅读0评论