Ctrl+/
IE11
F11
ESC
PgUp
PgDn
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=GB2312" />
<title>2-6 改进版的“你好”程序</title>
</head>
<body style="overflow:auto; padding:0px; margin:0px;">
<div style="font-size:14px; font-weight:bold; color:white; font-family:Arial, 宋体; background-color:#6090DA; padding:4px 10px;">
你好
<script>
if(confirm("需要显示时间吗?")){
dt = new Date();
document.write(",当前时间是 ");
document.write(dt.toLocaleTimeString());
}
</script>
</div>
</body>
</html>
CSS代码...
JS代码...
xxxxxxxxxx