我有一個網站,我localy運行,並在瀏覽器上的路徑是ASP.Net頁面相對路徑?
"http://localhost:3184/basel/index.aspx"
我有一個包含各種超鏈接,其中一個菜單是:
<a href="en/open-account/index.aspx"></a>
//This will evaluate to http://localhost:3184/basel/en/open-account/index.aspx.
超鏈接將重定向我上面的頁面,在此之後,當我嘗試再次單擊菜單上的相同的鏈接,該頁面的路徑是:
"http://localhost:3184/basel/en/open-account/en/open-account/index.aspx"
爲什麼是否它的路徑重複,我一直在掙扎一段時間,但似乎無法弄清楚,任何解決方案?
我已經嘗試了您之前所說的內容,它給了我以下路徑:「http:// localhost:3184/basel /〜/ en/open-account/index.aspx」。正如你所看到的,「〜」符號在路徑上受到阻礙而未被評估,不知道爲什麼? – 2012-01-04 10:59:52
您是否在 danludwig 2012-01-04 11:03:11
不會有任何區別 – 2012-01-04 11:04:03