Browse Source

static page

ming 3 years ago
parent
commit
dc2a5ee752
1 changed files with 2 additions and 0 deletions
  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);