代码示例:(标识:hdom_document_url)
<html>

<body>
该文档的 URL 是:
<script type="text/javascript">
document.write(document.URL)
</script>
</body>

</html>
运行结果: