⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 location.html

📁 js的源码 初学js的一些小例子
💻 HTML
字号:
<html>
<head>
<title>HELLO</title>
</head>

<a href="#" onclick="window.location='history.html'">改变Location</a>
<p>
<a href="#" onclick="alert(window.name)">window.name</a>
<p>
<a href="#" onclick="alert('width:'+window.screen.width+'height:'+window.screen.height)">window.screen</a>
<p>
<a href="#" onclick="window.close()">window.close</a>
<p>
<a href="#" onclick="window.open('http://www.163.com')">window.open</a>

<p>
<a href="#" onclick="alert(document.title)">document.name</a>
<p>
<a href="#" onclick="alert(document.location)">document.location</a>
<p>
<a href="#" onclick="alert(document.location.href)">document.location.href</a>
<p>
<a href="#" onclick="alert(document.location.host)">document.location.host</a>
<p>
<a href="#" onclick="alert(document.location.hostname)">document.location.hostname</a>
<p>
<a href="#" onclick="document.location.reload()">document.location.reload</a>

</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -