현재 URL 경로를 String
이 담긴 Array
타입으로 반환합니다.
예를 들어, https:"//example.com/sketchbook
이라는 URL에서 호스팅되는 스케치가 있다고 하면 getURLPath()
를 호출했을 때 ['sketchbook']
이 반환됩니다.https://example.com/sketchbook/monday
라는 URL에서 호스팅되는 스케치가 있다고 하면, getURLPath()
는 ['sketchbook', 'monday']
를 반환합니다.
예제
Returns
String[]: 경로 요소들
Notice any errors or typos? Please let us know. Please feel free to edit src/core/environment.js and open a pull request!