@http://www.juniac.net/176
출력 : [object String][object Array][object Object][object Number][object Boolean]
function typeoftostr(o) { return Object.prototype.toString.call(o); } document.write(typeoftostr("dfdf")); document.write(typeoftostr([])); document.write(typeoftostr({})); document.write(typeoftostr(1)); document.write(typeoftostr(true));
'Javascript' 카테고리의 다른 글
모바일웹 자동 이동 (0) | 2011.04.25 |
---|---|
Jquery 마우스 위치 (0) | 2011.01.31 |
DOM 프로퍼티 (0) | 2009.11.04 |
에러처리 (0) | 2009.10.16 |
수학관련 함수 (0) | 2009.01.08 |