in javascript you can get url information from the location object. var href = location.href; //returns the entire url var host ...
確定! 回上一頁