摘要:
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
陈彦斌
阅读(196)
评论(0)
推荐(0)
摘要:
使用EasyUI做一个报表统计,需要合并表头为多级表头,核心代码如下: $('#dg').datagrid({ url:'datagrid_data.action', fit : true, fitColumns : false, columns: [ [ {"title":"网格员考核测评表"," 阅读全文
posted @ 2020-02-25 11:39
陈彦斌
阅读(1655)
评论(0)
推荐(0)

浙公网安备 33010602011771号