📄 windows.location.htm
字号:
<html>
<head>
<title>Listing 8.2. Changing the Value of a Property - 品络科技 pinluo.com</TITLE>
<script language="JavaScript" type="text/javascript">
<!--
var new_address = prompt("Enter the address you want to surf to:")
window.location = new_address
//-->
</script>
</head>
<body>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -