小米商城html+css页面 大学时期老师让做的纯前端页面 就是以搬砖活儿 闲来无事 还是发出来娱乐一下
var endtime="2021-05-23 10:00:00" //秒杀时间
var endtime_format=new Date(endtime)
var end_time={
hour : exchange_time(endtime_format.getHours()),
min : exchange_time(endtime_format.getSeconds()),
sec : exchange_time(endtime_format.getMinutes())
}
//end_time输出显示到h1去
document.querySelector('.seckill-bottom .count-down .count-down-top span').innerHTML=end_time.hour+":"+end_time.min+":"+end_time.sec;
// 获得秒杀时间的时间戳
2022-12-07 14:22:38
1.21MB
html
1