2018年5月18日
摘要: alert(JSON.stringify(obj, null, 2));将对象转换为stringalert(JSON.stringify(JSON.parse(str), null, 2));将字符串转换为json对象, 再转换为string毫秒时间格式化输出 var date = new Date(timeval * 1000); return date.format("yyyy年MM月d... 阅读全文
posted @ 2018-05-18 15:59 listenerln 阅读(150) 评论(0) 推荐(0)