摘要: 1. 将时间戳转换成日期格式 例子 2. 将日期格式转换成时间戳 3. Date()参数形式有7种 new Date("month dd,yyyy hh:mm:ss"); new Date("month dd,yyyy"); new Date("yyyy/MM/dd hh:mm:ss"); new 阅读全文
posted @ 2018-12-03 16:30 y-xs 阅读(1037) 评论(0) 推荐(0)
摘要: var username; $.ajax({ type:"post", url:"a.action", data: {}, dataType: 'text', async : false,//设置为同步操作就可以给全局变量赋值成功 ,这句为关键success:function(data){ user 阅读全文
posted @ 2018-12-03 16:29 y-xs 阅读(1353) 评论(0) 推荐(0)