test add link

This commit is contained in:
liujianhuan 2020-07-01 12:52:19 +08:00
parent f57ce0ebbe
commit 5506bf1ac6
1 changed files with 2 additions and 2 deletions

View File

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