2012-03-07 52 views

回答

2

是否有無論如何放置一個鏈接,可以重定向我們的鏈接 變量f?

使用window.locationDocs

var f="http://www.google.com"; 
window.location = f; 
0
var f="http://www.google.com"; 

//redirect code<br> 
location.href = f 
+0

誰能請我提供了一段代碼? – sanjay 2012-03-07 14:12:01

相關問題