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