微信小程序时间戳转日期的详解 正文://util.js//时间戳转换成日期时间functionjs_date_time(unixtime){vardateTime=newDate(parseInt(unixtime)* 微信小程序时间戳转日期