728x90
반응형
var url = window.location; // http://test.com/test/index
var baseurl = url.protocol + "//" + url.host + "/" + url.pathname.split('/')[1]; // http://test.com/test/
728x90
'스마트웹앱콘텐츠전문가 > 자바스크립트' 카테고리의 다른 글
마지막 문자 제거하기 (0) | 2024.08.26 |
---|---|
자바스크립트 코드 수행 시간 측정하기 (0) | 2024.08.23 |
String형 -> Boolean형 (0) | 2020.08.07 |
[jquery]ajax Content type 'application/x-www-form-urlencoded;charset=UTF-8' not supported (0) | 2020.08.07 |
[jquery]ajax 호출시 toLoswercase 오류(e is undefined) (0) | 2020.08.07 |