在我的网站上:
http://mywebsite.com/1.html
我想利用这个机会。
window.location.pathname
a. 进入月球最后部分:
1.html
既然我有所有网页,我想在目前的档次中增加一页,以便在我点一个 but子时,把我转往下页:
var url = http://mywebsite.com/ + window.location.pathname;
function nextImage (){
url = url + 1;
}
any ideas why this is not working ?