浏览代码

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);