exampletimeout.html
来自「javascript tutorial」· HTML 代码 · 共 16 行
HTML
16 行
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html dir="ltr" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Example: Using window.timeOut()</title>
<style type="text/css">
@import 'timeout.css';
</style>
<script type="text/javascript" src="../DOMhelp.js"></script>
<script type="text/javascript" src="timeout.js"></script>
</head>
<body>
<p id="warning">This document is outdated and only kept for archive purposes.</p>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?