YesYo.com MintState Forums
뒤로    YesYo.com MintState BBS > Tech > Javascript
검색
멤버이름    오토
비밀번호 
 

단위변환 스크립트

페이지 정보

작성자 MintState 댓글 0건 조회 15,044회 작성일 08-11-17 13:04

본문

단위변환 스크립트

페이지 리로드 없이 길이, 무게, 부피, 넓이, 온도, 압력 단위를 변환 할 수 있는 스크립트 입니다.
첨부파일을 확인 하십시오.


var _UNIT_TABLE_ = {
	"length" : {
		"mm" :		[1000000,				"밀리미터",		"mm"],
		"cm" :		[100000,				"센티미터",		"cm"],
		"m" :		[1000,					"미터",			"m"],
		"km" :		[1,						"킬로미터",		"km"],
		"inch" :	[39370.0789,			"인치",			"inch"],
		"ft" :		[3280.84,				"피트",			"ft"],
		"yd" :		[1093.613,				"야드",			"yd"],
		"mile" :	[0.6213711922373339,	"마일",			"mile"],
		"ja" :		[3300,					"자",			"尺"],
		"gan" :		[550,					"간",			"間"],
		"jung" :	[9.17,					"정",			"町"],
		"ri" :		[2.546,					"리",			"里"]
	},
	"weight" : {
		"mg" : 		[1000000,				"밀리그램",		"mg"],
		"g" : 		[1000,					"그램",			"g"],
		"kg" : 		[1,						"킬로그램",		"kg"],
		"ton" : 	[0.001,					"톤",			"ton"],
		"grain" : 	[15432,					"그레인",		"grain"],
		"oz" : 		[35.273,				"온스",			"oz"],
		"lb" : 		[2.20459,				"파운드",		"lb"],
		"don" : 	[266.666,				"돈",			null],
		"gun" : 	[1.6666,				"근",			null],
		"guan" : 	[0.26666,				"관",			null],
		"nyng" : 	[26.6666,				"냥",			null]
	},
	"volume" : {
		"cm" : 		[1000,					"입방센치",		"cm³"],
		"m" : 		[0.001,					"입방미터",		"m³"],
		"ml" : 		[1000,					"밀리리터",		"㎖"],
		"dl" : 		[10,					"데시리터",		"㎗"],
		"l" : 		[1,						"리터",			"ℓ"],
		"cc" : 		[1000,					"씨씨",			"cc"],
		"in" : 		[61.027,				"입방인치",		"in³"],
		"ft" : 		[0.03531,				"입방피트",		"ft³"],
		"yd" : 		[0.00130,				"입방야드",		"yd³"],
		"gallon" : 	[0.26418,				"갤론",			"gallon"],
		"bbl" : 	[0.00629326,			"배럴",			"bbl"],
		"hop" : 	[5.54352,				"홉",			null],
		"doi" : 	[0.554352,				"되",			null],
		"mal" : 	[0.0554352,				"말",			null]
	},
	"area" : {
		"m²" : 	[9917.4,				"평방미터",		"m²"],
		"a" : 		[99.174,				"아르",			"a"],
		"ha" : 		[0.99174,				"헥타아르",		"ha"],
		"ft²" : 	[106749,				"평방피트",		"ft²"],
		"yd" : 		[11861,					"평방야드",		"yd²"],
		"acre" : 	[2.4506,				"에이커",		"acre"],
		"pja" : 	[108000,				"평방자",		null],
		"py" : 		[3000,					"평",			null],
		"dan" : 	[10,					"단보",			null],
		"jb" : 		[1,						"정보",			null]
	},
	"temperature" : {
		"c" : 		[null,					"섭씨온도",		"℃"],
		"d" : 		[null,					"화씨온도",		"℉"],
		"k" : 		[null,					"절대온도",		"K"],
		"r" : 		[null,					"°R",			null]
	},
	"pressure" : {
		"atm" : 	[1,						"atm",			null],
		"psi" : 	[14.695949,				"psi",			null],
		"kgf" : 	[1.033227,				"kgf/cm²",		null],
		"pa" : 		[101325,				"Pa",			null],
		"kpa" : 	[101.325,				"kPa",			null],
		"bar" : 	[1.01325,				"bar",			null],
		"dyne" : 	[1013250,				"dyne/cm²",	null],
		"mmhg" : 	[760,					"mmHg",			null],
		"inhg" : 	[29.921,				"inHg",			null],
		"mmh" : 	[10332.274528,			"mmH₂O",		null],
		"inchh" : 	[406.782462,			"inchH₂O",		null]
	}
};
첨부 파일
파일 종류: jpg unit_change.jpg (10.9K, 48 views)
파일 종류: rar unit_change.rar (13.9K, 10 views)

댓글목록

등록된 댓글이 없습니다.

Total 178건 6 페이지
Javascript 목록
번호 제목 글쓴이 조회 날짜
78 MintState 16219 11-17
77 MintState 11398 11-17
76 MintState 12203 11-17
75 MintState 11414 11-17
74 MintState 11175 11-17
73 MintState 12401 11-17
72 MintState 10833 11-17
열람중 MintState 15045 11-17
70 MintState 22386 11-17
69 MintState 12634 11-17
68 MintState 12383 11-17
67 MintState 11232 11-17
66 MintState 12764 11-17
65 MintState 11023 11-17
64 MintState 13329 11-17
63 MintState 10529 11-17
62 MintState 10102 11-17
61 MintState 15040 11-17
60 MintState 10462 11-17
59 MintState 9820 11-17
게시물 검색
모바일 버전으로 보기
CopyRight ©2004 - 2024, YesYo.com MintState. ™