标签: javascript php
如果我们有网址,则firsturl.com被重定向到secondurl.com到thirdurl.com到fourthurl.com(Destination Url)。
firsturl.com
secondurl.com
thirdurl.com
fourthurl.com(Destination Url)
我们如何使用JavaScript或PHP显示secondurl.com,thirdurl.com和fourthurl.com。
secondurl.com,thirdurl.com
fourthurl.com
我使用PHP脚本curl_getinfo($ch, CURLINFO_EFFECTIVE_URL);找出目标网址,我还想显示第二个网址和第三个网址。
curl_getinfo($ch, CURLINFO_EFFECTIVE_URL);