Your Name 4 năm trước cách đây
mục cha
commit
46c3c08c44
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 1
      similar_web/index.html

+ 4 - 1
similar_web/index.html

@@ -138,7 +138,8 @@
   .then((response) => {
     var sitename = document.getElementById('sitename');
     sitename.innerHTML =response.data.SiteName;
-//    sitename.innerHTML =response.data
+
+    //    sitename.innerHTML =response.data
 
     console.log(response.data);
     console.log(response.status);
@@ -146,6 +147,8 @@
     console.log(response.headers);
     console.log(response.config);
     alert(response.data);
+    alert(response.data.SiteName);
+
   });
 
   }