JavaScript

문자열,숫자열 변환하기

nathaneast 2019. 9. 14. 00:37

숫자 => 문자

String(변수);

 

문자 => 숫자

Numner(변수);

저작자표시 (새창열림)