@return {string|undefined} undefined if the URL parameter does not exist. */ function getURLParameter(param) { if (!window.location.search) ...
確定! 回上一頁