Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

The adr microformat

adr 마이크로포맷은 물리적인 위치(physical location)나 우편 주소(mailing address)를 표현합니다.

Properties

Property Description
type 주소의 유형. 다음의 값들 중 하나 이상이 올 수 있습니다.
<tt>work</tt>
직장 주소.
<tt>home</tt>
자택 주소.
<tt>pref</tt>
A preferred address; use this to indicate that a specific address is the preferred address for the person or company it's associated with.
<tt>postal</tt>
우편 주소(mailing address).
<tt>dom</tt>
국내 주소(domestic address).
<tt>intl</tt>
국제 주소(international address).
<tt>parcel</tt>
소포(packages and parcels)를 수령할 주소.
post-office-box 사서함 번호(있는 경우).
street-address 도로 주소(street address). 배열일 수 있으며, 한 줄이 하나의 도로 주소를 나타냅니다.
extended-address The extended address.
locality The locality for the address.
region The region for the address.
postal-code 우편 번호(postal or ZIP code).
country-name 국가명.

Methods

adr 마이크로포맷에는 하나의 메소드가 있습니다.

toString()

주소를 문자열로 반환합니다.

addressString = adr.toString();

Parameters

없음.

반환값

단일 문자열로 된 주소.

참고

문서 태그 및 공헌자

 이 페이지의 공헌자: Suguni
 최종 변경: Suguni,