摘要:
查看当前日期是第几周:https://wannianli.tianqi.com/today/zhou/ //获取完整的日期 var date=new Date; var y = date.getFullYear() var m = date.getMonth() + 1 var temptime=" 阅读全文
posted @ 2020-02-25 20:10
陈彦斌
阅读(1492)
评论(0)
推荐(0)
摘要:
function sleep(numberMillis) { var now = new Date(); var exitTime = now.getTime() + numberMillis; while (true) { now = new Date(); if (now.getTime() > 阅读全文
posted @ 2020-02-25 14:04
陈彦斌
阅读(194)
评论(0)
推荐(0)
摘要:
使用EasyUI做一个报表统计,需要合并表头为多级表头,核心代码如下: $('#dg').datagrid({ url:'datagrid_data.action', fit : true, fitColumns : false, columns: [ [ {"title":"网格员考核测评表"," 阅读全文
posted @ 2020-02-25 11:39
陈彦斌
阅读(1589)
评论(0)
推荐(0)

浙公网安备 33010602011771号