标签:sig comm attr sel date over 有趣 加载 style
来看以下有趣的代码, <!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="1" />
<title>refresh every 1 s</title>
</head>
<body>
<script>
document.write(new Date())
</script>
</body>
</html> 将其保存成 HTML 文件用浏览器打开后,页面每隔 1 秒自动刷新。 这里使其进行刷新操作的是 <meta http-equiv="refresh" content="1" /> 那么什么是
|
标签:sig comm attr sel date over 有趣 加载 style
原文地址:https://www.cnblogs.com/Wayou/p/html_http_equiv_meta.html