JS中日期型与长整型是如何转换的总结:在javascript中日期型与长整型互转字符串转日期型var dTime = new Date(str.replace(new RegExp("-", "g"), "")2023-04-14JavaScript190