对于时间类型得出结果为:/Date(1216796600500)/ 

function renderTime(data){ 
var da = eval('new ' + data.replace('/','','g').replace('/','','g')); 
return da.getFullYear()+"年"+ da.getMonth()+"月" +da.getDay()+"日" +da.getHours()+":"+da.getSeconds()+":"+da.getMinutes(); 

相关文章:

  • 2022-12-23
  • 2021-09-29
  • 2022-01-26
  • 2021-12-02
  • 2021-09-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-22
  • 2021-12-22
  • 2022-12-23
相关资源
相似解决方案