摘要:
// 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
阅读(722)
评论(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
阅读(296)
评论(0)
推荐(0)

浙公网安备 33010602011771号