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

+ 1 - 1
similar_web/index.html

@@ -137,7 +137,7 @@
     axios.get('http://www.googo.org:8080/domain/'+qry)
   .then((response) => {
     var sitename = document.getElementById('sitename');
-    sitename.value=response.data['SiteName'];
+    sitename.innerHTML =response.data['SiteName'];
     console.log(response.data);
     console.log(response.status);
     console.log(response.statusText);