windows.location.htm
来自「这是一些关于JavaScript的学习资料 希望对大家有用」· HTM 代码 · 共 20 行
HTM
20 行
<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 + =
减小字号Ctrl + -
显示快捷键?