소스 검색

static page

ming 3 년 전
부모
커밋
dc2a5ee752
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      script_msg.js

+ 2 - 0
script_msg.js

@@ -24,6 +24,8 @@ $(".next").click(function(){
 	}	
 	dataOBJ = {"name":name_title,"text_content":txtARR,"image_urls":imgARR}
 	objstr = JSON.stringify(dataOBJ);
+	obj2 = JSON.parse(objstr)
+	obj3 = JSON.stringify(obj2)
   console.log(txtARR);
   console.log(objstr);