在Javascript中,使用window.location.toString()就可以抓取目前的url

alert( window.location.toString() );

get host

alert( window.location.hostname );
Categories: JavaScript