window.location.herf和有什么区别

来源:学生作业帮助网 编辑:六六作业网 时间:2025/01/24 15:28:17
window.location.herf和有什么区别window.location.herf和有什么区别window.location.herf和有什么区别window.location.herf属性

window.location.herf和有什么区别
window.location.herf和有什么区别

window.location.herf和有什么区别
window.location.herf 属性存放的是文档的完整 URL.Location是Javascript创建的对象.在文档加载的时候就包含了当前文档URL.而a标签是html中的超链接.
但是在使用中,刚才测试了下,两者用法都是一样的.都可以使用相对地址或者绝对地址.
希望对你有所帮助.