我真的不知道該怎麼稱呼它。我使用jQuery,這樣當用戶點擊一個div,它它們轉移到基於關閉div的類頁:使用window.location更改頁面
window.location = $(this).attr('class');
說我是從網絡服務器(本地主機)的連接。第一次單擊可以帶我去
localhost/info
如果我點擊一下,它會帶給我
localhost/info/about
我想知道如何得到它我轉移到
localhost/about
代替
localhost/info/about