📄 urllist.htm
字号:
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=big5">
<TITLE>Link List</TITLE>
<Style type=text/css>
body {BACKGROUND-COLOR: #ffffff;
MARGIN-top: 0px;
MARGIN-left: 0px;
}
</Style>
<SCRIPT language="JavaScript">
function ALink(name, url)
{this.name = name;
this.url = url;
}
function LinkArray()
{with(LinkArray)
{this.length = arguments.length / 2;
var j = 0;
for (var i = 0; i < this.length; i++)
{this[i] = new ALink(arguments[j], arguments[j+1]);
j += 2;
}
}
}
function MailtoArray()
{with(MailtoArray)
{this.length = arguments.length / 2;
var j = 0;
for (var i = 0; i < this.length; i++)
{this[i] = new ALink(arguments[j], arguments[j+1]);
j += 2;
}
}
}
<!--LINK LIST HERE-->
</script>
<style type="text/css">
<!--
td { font-size: 9pt}
.d {font-size: 9pt; background: #E0E0E0;color: #003333}
.d0 {font-size: 9pt;background-color: #FAFCEF; border: 1 solid #20663B}
.d1 {font-size: 9pt;cursor: hand; color: #000000;background: #eeeeee; height: 20px; padding-top: 4px}
.d3 {font-size: 9pt;background-color: #FAFCEF; border: 2 solid #20663B}
td.d2 {font-size: 9pt; background: #ffffff;color: #000000}
a {text-decoration: none; font-size: 9pt; color: #000080; cursor: hand; }
a:hover {color: #FF0000; text-decoration: underline; font-size: 9pt; cursor: hand}
.child {display:none}
-->
</style>
</head>
<body>
<font size=-1>筁耾
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -