소스 검색

test this point

night-cherry 1 개월 전
부모
커밋
ae7eac6a51
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      index.js

+ 2 - 2
index.js

@@ -86,7 +86,7 @@ const app=createApp({
     interface_web(){
       console.log("---------tomcat server----------");
       console.log("this.tomcat_res : "+this.tomcat_res);
-      console.log("------this : "+this);
+      // console.log("------this : "+this);
       const request = new XMLHttpRequest();
       request.onload=function(){
         console.log("--------parse tomcat server string--------");
@@ -102,7 +102,7 @@ const app=createApp({
         console.log("res[1][\"author\"] :"+res[1]["author"]);
         console.log("this.tomcat_res : "+this.tomcat_res);
         alert("this.tomcat_res : "+this.tomcat_res);
-        console.log("------this : "+this);
+        // console.log("------this : "+this);
         console.log("this.tomcat_res : "+this.tomcat_res);
       };
       request.open("POST","http://ancientapes.cc:8080/mineluxuries/book");