WEB/javascript
json 변환
김긍정님
2014. 6. 5. 22:28
array를 json으로 변경
JSON.stringify(Array);
array를 json으로 변경
JSON.stringify(Array);