디버깅용 메서드

뿌이·2025년 9월 4일

websquare5

목록 보기
2/3
var dcdataListJson = dcdataList1.getRowJSON(i);
console.log("dcdataListJson",dcdataListJson);

// dcdataList1의 모든 데이터를 JSON으로 출력
console.log(dcdataList1.getAllJSON());

dataMap1.getAll(); //주의사항: dataMap은 getAll만 가능하고 dataList는 getAllJSON 가능
profile
기록이 쌓이면 지식이 된다.

0개의 댓글