Ctrl+/
IE11
F11
ESC
PgUp
PgDn
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>星星闪烁</title>
</head>
<body>
<script language="JavaScript">
step=0
function flash_title()
{
step++
if (step==3) {step=1}
if (step==1) {document.title='☆★手册网★☆'}
if (step==2) {document.title='★☆手册网☆★'}
setTimeout("flash_title()",380);
}
flash_title()
</script>
</body>
</html>
CSS代码...
JS代码...
xxxxxxxxxx