한국어
////typeof를 사용하여 객체 유형을 결정합니다.
if(숫자 유형 == "문자열") num=parseInt(num); if(arr 유형 == "문자열") arr=arr.split(",")
-