google.script.url는 비동기 클라이언트 측 JavaScript입니다.
URL을 쿼리하여 현재 URL 매개변수 및 프래그먼트를 가져올 수 있는 API입니다.
이 API는 google.script.history
API에 액세스할 수 있습니다. 이는
IFRAME
부가기능의 사이드바 및 대화상자와 함께 사용하도록 만들어지지 않았습니다.
container-script 컨텍스트를 사용하세요. 자세한 내용은
브라우저 사용 가이드
기록을 참조하세요.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2024-09-12(UTC)"],[[["`google.script.url` is a client-side JavaScript API for querying URLs to get parameters and fragments within web apps."],["This API works with `google.script.history` and requires the use of `IFRAME` in your web app."],["The `getLocation()` method retrieves a URL location object containing parameters and hash information, passing it to a callback function."],["The location object provides access to URL components like hash, individual parameters, and all parameter values."]]],[]]