11주차 : 온라인 쇼핑몰 3
우편번호 검색
<script src="https://t1.daumcdn.net/mapjsapi/bundle/postcode/prod/postcode.v2.js"></script>declare namespace daum {
export type PostcodeResult = {
address: string;
zonecode: string;
}
export class Postcode {
constructor({ oncomplete, width, height }: {
oncomplete: (data: PostcodeResult) => void;
width: string;
height: string;
});
embed(element: HTMLElement | null);
}
}declare
기본 선언 방법
모듈 선언
전역 변수 선언
사용 이유
포트원 통합 결제 솔루션
결제 프로세스
환경 변수 관리
Last updated