📄 载入条.txt
字号:
将下列代码复制到<body></body>之间:
<body id=body bgcolor="#FFFFFF">
<div id=ld>
<div align="center"><font face="Courier New, Courier, mono">Loading... </font>
</div>
<table width=300 height="20" align="center">
<tr>
<td align=left>
<table id=lpc bgcolor=green height="20">
<tr>
<td> </td>
</tr>
</table>
</td>
</tr>
</table>
</div>
<p>
<script language=JavaScript>
<!--//
ini = new Date().getTime();
var pc = 0;
load();
function load() {
pc += 4;
lpc.style.width = pc + "%";
time = setTimeout("load()",150);
if (pc > 150) { clearTimeout(time);
loaded()
}
}
function loaded() {
fim = new Date().getTime();
dif = fim - ini;
ld.style.display = 'none';
body.style.backgroundColor = '#ffffff';
q.innerHTML = dif/1000;
page.style.display = '';
}
function Show() {
if (txt.style.display == "none") {
txt.style.display = ""
}
else {
txt.style.display = "none"
}
}
//-->
</script>
</p>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -