null ") { var match = document.location.href.match("(?:\\?|&|#)" + param + "=([^&##]*)"); return (match && match.length==2) ? decodeURIComponent(match[1]) ...
確定! 回上一頁