如何在html链接后面找到真实地址?

时间:2012-10-18 03:18:45

标签: html

我想分析一下mango.com网站。我对以下链接感兴趣。 http://shop.mango.com/US/m/mango/clothing/dresses/day/?m=dresses32&v=Day 我在这个页面上找到了一个可以显示所有项目的viewall链接。 http://shop.mango.com/US/all/mango/clothing/#firstitem

对于其他类别,viewall链接似乎相同。 如何找到这个viewall链接背后的真实地址?

1 个答案:

答案 0 :(得分:0)

http://shop.mango.com/US/all/mango/clothing/#firstitem

http://shop.mango.com/US/all/mango/clothing/是链接。

#firstitem是页面中的ID。

实际上它只是在整个html页面中,但是如果你只想显示页面的一部分。只需更改ID display:none的css即可隐藏其他部分。