Ctrl+/
IE11
F11
ESC
PgUp
PgDn
<html>
<head>
<title>取得目前页面页的网址</title>
</head>
<body>
目前的页面网址为:
<script language="javascript">
<!--
url = window.location.href;
document.write(url);
-->
</script>
</body>
</html>
CSS代码...
JS代码...
xxxxxxxxxx