未验证 提交 a703c95a 编写于 作者: R rolitter 提交者: GitHub

Update 14.md

image重复定义.
上级 98d2678a
......@@ -178,7 +178,6 @@ console.log(link.href);
let images = document.body.getElementsByTagName("img");
for (let i = images.length - 1; i >= 0; i--) {
let image = images[i];
var image = images[i];
if (image.alt) {
let text = document.createTextNode(image.alt);
image.parentNode.replaceChild(text, image);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册