摘要: // numberMillis 毫秒 function sleep(numberMillis) { var now = new Date(); var exitTime = now.getTime() + numberMillis; while (true) { now = new Date(); if... 阅读全文
posted @ 2018-09-21 12:38 WhoKnows1 阅读(712) 评论(0) 推荐(0) 编辑
摘要: $(document).ready(function(){ $('body').on('click', '#start_timer', function() { var laydate = $(".layui-laydate"); laydate.hide(); if(laydate && laydate.l... 阅读全文
posted @ 2018-09-21 12:37 WhoKnows1 阅读(284) 评论(0) 推荐(0) 编辑