window.location.herf和有什么区别

来源:学生作业帮助网 编辑:作业帮 时间:2024/05/07 03:39:43
window.location.herf和有什么区别

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

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