幕布斯3621227
2016-11-21 23:08
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>location</title>
</head>
<script type="text/javascript">
//window.location.herf="" //定义属性 ";
//document.write(window.location.herf);
var b=location.href;
document.write(b);
</script>
</head>
<body>
</body>
</html>
window.location.herf="" //定义属性 ";
window.location.href="" //定义属性 ";
可以的啊
可以运行。
没问题
var b=window.location.href,你少了个window
我的可以输出啊
JavaScript进阶篇
468061 学习 · 21891 问题
相似问题