博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
使用easyui时 进入一个新页面 前要经过一个页面混乱的时候 才到正常的页面去...
阅读量:5856 次
发布时间:2019-06-19

本文共 486 字,大约阅读时间需要 1 分钟。

var width = $(window).width();          var height = $(window).height();          var html = "
"; html += "
"; html += "正在加载,请等待..."; html += "
"; html += "
"; window.onload = function () { var mask = document.getElementById('loading'); mask.parentNode.removeChild(mask); }; document.write(html);

加上这段代码就好了!

转载于:https://www.cnblogs.com/hellokitty1/p/5960562.html

你可能感兴趣的文章
core模式下部署域控制器[为企业部署Windows Server 2008系列六]
查看>>
centos 6.5 + haproxy 1.4搭配之 haproxy不记录日志一则轻笔记
查看>>
关于多字节、宽字节、WideCharToMultiByte和MultiByteToWideChar函数的详解
查看>>
深入浅出Linux设备驱动编程--设备驱动中的中断处理
查看>>
TechEd2009
查看>>
数学与物理故事相关链接
查看>>
Skype for Business Server 2015-10-ADFS-2-配置
查看>>
监控redis多实例的负载情况
查看>>
演示:基于上下文的访问控制(IOS防火墙的配置)
查看>>
linux apache两种工作模式详解
查看>>
Discuz!NT跨站缓存同步
查看>>
【Xamarin.Android】在移动应用程序中集成应用程序购买
查看>>
利用inotify+rsync实现linux文件批量更新
查看>>
XenServer 6.5实战系列之八:Creating a VM Template from an Existing VM
查看>>
[编程技巧] C++中优化BOOL 变量的声明
查看>>
WinXP、Win7脚本自动加域及用户资料迁移(一)
查看>>
hive中同列多行数据组合的方法以及array to string要点(行转列)
查看>>
VirtualBox 安装ghost版windows XP
查看>>
个人管理 - 目标管理之前,你会时间管理吗
查看>>
connection to adb错误解决办法
查看>>