【JS】【26】把字符串转换为日期

var str = "2008-04-02 10:08:44";
var date = new Date(str) 

 

posted @ 2019-06-19 09:17  花生喂龙  阅读(184)  评论(0编辑  收藏  举报