2014-01-23 75 views

回答

0

你需要看看这一个click me

只使用window.location.search

0

你可以做到这一点:

var url = document.URL; 
var urlparts= url.split('?'); 
//here is the link you want 
var bookmark = urlparts[0];