+ name + "=([^&##]*)"; var regex = new RegExp(regexS); var results = regex.exec(window.location.href); if (results == null) return "" ...
確定! 回上一頁