function getBaseUrl() { var re = new RegExp(/^.*\//); return re.exec(window.location.href); } 詳細資訊在這裡:Javascript: Get base URL or ...
確定! 回上一頁