2016-05-13 40 views

回答

0

接受的解决方案是,如果谈UNIX时间戳JavaScript对象

var date = new Date(parseInt(jsonDate.substr(6))); 
相关问题