Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- Store
- 스냅잘찍음
- .net
- EFCore
- a604mu
- vscode
- Config
- minimalAPI
- JSON
- extjs
- 명시적외래키
- cpu불안들어옴
- error
- Request
- c#
- intellij
- ORM
- dbContext
- 상속
- React
- extraParams
- 코드프로그래머스
- mac
- wifi안됨
- JavaScript
- scanner
- ViewModel
- c#코딩의기술실전편
- LINQ
- lazy loading
Archives
- Today
- Total
ejyoo's 개발 노트
utl split js code 본문
기본
window.location
주소 가져오기
window.location.href
? 인덱스 찾기
window.location.href.indexOf("?")
location.href.substr(window.location.href.indexOf("?")+1);
location.href.substr(window.location.href.indexOf("?")+1).split("&");
location.href.substr(window.location.href.indexOf("?")+1).split("&")[1];
location.href.substr(window.location.href.indexOf("?")+1).split("&")[1].split("=");