单项选择题

在HTML中,为了在页面中输出当前页面的URL的地址,下面Javascript语句正确的是()

A.document.write(document.location)
B.document.write(document.title)
C.document.write(document.body)
D.document.write(document.links)