test add link

This commit is contained in:
liujianhuan 2020-07-01 13:46:35 +08:00
parent f7cf369b91
commit 430afb4804
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
var obox = document.createElement("div") var obox = document.createElement("div")
obox.innerHTML = '<a href="https://u.jd.com/Uj4bve" target="_blank" title="ElasticSearch源码解析与优化实践">' + obox.innerHTML = '<a href="https://u.jd.com/Uj4bve" target="_blank" title="ElasticSearch源码解析与优化实践">' +
'<img src = "./img/elasticsearch.jpg" width = "200" height = "200" />' + '<img src = "/img/elasticsearch.jpg" width = "200" height = "200" />' +
'</a>'; '</a>';
obox.style.position = "fixed"; obox.style.position = "fixed";
obox.style.right = "20px"; obox.style.right = "20px";