var results = regex.exec(window.location.href);. if (results == null) {. return '';. } else {. return results[1];. } } // gup() - Get URL Param ...
確定! 回上一頁