In JavaScript, just use window.location.href, and in JQuery use code $(location).attr('href'), both will return the current URL. In ...
確定! 回上一頁