댓글 검색 목록

[javascript] 웹 및 노드용 초소형 (1kb) 자바 스크립트 통화 변환 라이브러리

페이지 정보

작성자 운영자 작성일 18-10-20 22:34 조회 1,018 댓글 0

https://github.com/sliptree/money.js


http://openexchangerates.github.io/money.js/



<script src="path/to/money.js"></script>
// Using defaults:
fx.settings = { from: "USD", to: "GBP" };
fx.convert(1000); // 647.71034

// With options:
fx.convert(1000, {to: "HKD"}); // 7781.91949 (default `from` currency)
fx.convert(1000, {from: "GBP", to: "HKD"}); // 12014.50549



댓글목록 0

등록된 댓글이 없습니다.

웹학교 로고

온라인 코딩학교

코리아뉴스 2001 - , All right reserved.