var currentURL = $(location).attr('href'); //jQuery solution var currentURL = window.location.href; // raw javascript.
確定! 回上一頁